Home
last modified time | relevance | path

Searched refs:is_alu (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_print.c256 bool is_alu = ins->type == TAG_ALU_4; in mir_print_instruction() local
259 if (ins->src[0] == r_constant && is_alu) in mir_print_instruction()
268 else if (ins->src[1] == r_constant && is_alu) in mir_print_instruction()
/external/mesa3d/src/freedreno/ir3/
Dir3_cf.c102 if (!is_alu(src)) in try_conversion_folding()
Dir3_delay.c125 return is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
Dir3.h739 static inline bool is_alu(struct ir3_instruction *instr) in is_alu() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h746 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) { in r600_isa_cf_by_opcode() argument
751 op = isa->cf_map[is_alu ? opcode + 0x80 : opcode]; in r600_isa_cf_by_opcode()