Home
last modified time | relevance | path

Searched refs:src3_reg_negate (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c242 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()
277 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()
Dinstr-a2xx.h142 uint8_t src3_reg_negate : 1; member
Dir-a2xx.c463 alu->src3_reg_negate = !!(src3_reg->flags & IR2_REG_NEGATE); in instr_emit_alu()