Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c168 code->mul1_neg = alu->dest_negate; in gpir_codegen_mul1_slot()
170 code->mul1_neg = !code->mul1_neg; in gpir_codegen_mul1_slot()
172 code->mul1_neg = !code->mul1_neg; in gpir_codegen_mul1_slot()
176 code->mul1_neg = true; in gpir_codegen_mul1_slot()
H A Dcodegen.h128 bool mul1_neg : 1; member
H A Ddisasm.c291 !instr->mul1_neg) { in print_mul()
304 if (instr->mul1_neg) in print_mul()

Completed in 2 milliseconds