Searched refs:is_alu (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_print.c256 bool is_alu = ins->type == TAG_ALU_4; local in function:mir_print_instruction
259 if (ins->src[0] == r_constant && is_alu)
268 else if (ins->src[1] == r_constant && is_alu)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c131 bool is_alu = nir_ssa_scalar_is_alu(scalar); local in function:match_invocation_comparison
132 if (is_alu && nir_ssa_scalar_alu_op(scalar) == nir_op_iand) {
135 } else if (is_alu && nir_ssa_scalar_alu_op(scalar) == nir_op_ieq) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cf.c140 if (!is_alu(src))
H A Dir3_delay.c118 return is_alu(n) ||
H A Dir3.h864 is_alu(struct ir3_instruction *instr) function in typeref:typename:bool
H A Dir3_ra.c1149 if (is_sfu(reg->instr) || is_alu(reg->instr)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h745 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) { argument
750 op = isa->cf_map[is_alu ? opcode + 0x80 : opcode];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h751 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) { argument
756 op = isa->cf_map[is_alu ? opcode + 0x80 : opcode];
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sched.c238 if (is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_BR)))
H A Dir3.h648 static inline bool is_alu(struct ir3_instruction *instr) function in typeref:typename:bool

Completed in 20 milliseconds