Home
last modified time | relevance | path

Searched refs:mul0_neg (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c108 code->mul0_neg = alu->dest_negate; in gpir_codegen_mul0_slot()
110 code->mul0_neg = !code->mul0_neg; in gpir_codegen_mul0_slot()
112 code->mul0_neg = !code->mul0_neg; in gpir_codegen_mul0_slot()
116 code->mul0_neg = true; in gpir_codegen_mul0_slot()
H A Dcodegen.h127 bool mul0_neg : 1; member
H A Ddisasm.c260 !instr->mul0_neg) { in print_mul()
277 if (instr->mul0_neg) in print_mul()

Completed in 3 milliseconds