Searched refs:OPCODE_CMP (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c101 { OPCODE_CMP, "CMP", 3, 1 },
H A Dprog_instruction.h122 OPCODE_CMP, /* X X */ enumerator in enum:prog_opcode
H A Dprog_opt_constant_fold.c159 case OPCODE_CMP:
H A Dprog_optimize.c72 case OPCODE_CMP:
1285 if (inst->Opcode == OPCODE_CMP
H A Dir_to_mesa.cpp1248 emit(ir, OPCODE_CMP, result_dst,
1357 /* We assume that boolean true and false are 1.0 and 0.0. OPCODE_CMP
1361 emit(ir, OPCODE_CMP, result_dst, op[0], op[1], op[2]);
1775 /* We use the OPCODE_CMP (a < 0 ? b : c) for conditional moves, and the
1777 * choose which value OPCODE_CMP produces without an extra instruction
1850 emit(ir, OPCODE_CMP, l, condition, src_reg(l), r);
1852 emit(ir, OPCODE_CMP, l, condition, r, src_reg(l));
H A Dprog_to_nir.c653 [OPCODE_CMP] = 0,
798 case OPCODE_CMP:
H A Dprog_execute.c481 case OPCODE_CMP:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c103 { OPCODE_CMP, "CMP", 3, 1 },
H A Dprog_instruction.h122 OPCODE_CMP, /* X X */ enumerator in enum:prog_opcode
H A Dprog_opt_constant_fold.c159 case OPCODE_CMP:
H A Dprog_optimize.c72 case OPCODE_CMP:
1284 if (inst->Opcode == OPCODE_CMP
H A Dprog_to_nir.c630 [OPCODE_CMP] = 0,
775 case OPCODE_CMP:
H A Dir_to_mesa.cpp1166 emit(ir, OPCODE_CMP, result_dst,
1275 /* We assume that boolean true and false are 1.0 and 0.0. OPCODE_CMP
1279 emit(ir, OPCODE_CMP, result_dst, op[0], op[1], op[2]);
1712 /* We use the OPCODE_CMP (a < 0 ? b : c) for conditional moves, and the
1714 * choose which value OPCODE_CMP produces without an extra instruction
1787 emit(ir, OPCODE_CMP, l, condition, src_reg(l), r);
1789 emit(ir, OPCODE_CMP, l, condition, r, src_reg(l));
H A Dprog_execute.c481 case OPCODE_CMP:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c447 case OPCODE_CMP:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c437 case OPCODE_CMP:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c437 case OPCODE_CMP:

Completed in 26 milliseconds