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/
Dir2_assemble.c291 bc->alu.src3_reg_negate = src3->negate; in fill_instr()
310 bc->alu.src3_reg_negate = src->negate; in fill_instr()
317 bc->alu.src3_reg_negate = src->negate; in fill_instr()
/external/mesa3d/src/freedreno/ir2/
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.h144 uint8_t src3_reg_negate : 1; member