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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c96 { OPCODE_ARL, "ARL", 1, 1 },
H A Dprog_instruction.h117 OPCODE_ARL, /* X X X */ enumerator in enum:prog_opcode
H A Dprog_print.c689 case OPCODE_ARL:
H A Dprog_to_nir.c652 [OPCODE_ARL] = 0,
746 case OPCODE_ARL:
H A Dir_to_mesa.cpp375 emit(ir, OPCODE_ARL, address_reg, *dst.reladdr);
813 emit(ir, OPCODE_ARL, address_reg, *reg->reladdr);
2952 case OPCODE_ARL:
H A Dprog_execute.c433 case OPCODE_ARL:
H A Dprogram_parse.y387 $$ = asm_instruction_ctor(OPCODE_ARL, & $2, & $4, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c98 { OPCODE_ARL, "ARL", 1, 1 },
H A Dprog_instruction.h117 OPCODE_ARL, /* X X X */ enumerator in enum:prog_opcode
H A Dprog_to_nir.c629 [OPCODE_ARL] = 0,
723 case OPCODE_ARL:
H A Dprog_print.c692 case OPCODE_ARL:
H A Dir_to_mesa.cpp376 emit(ir, OPCODE_ARL, address_reg, *dst.reladdr);
740 emit(ir, OPCODE_ARL, address_reg, *reg->reladdr);
2930 case OPCODE_ARL:
H A Dprog_execute.c433 case OPCODE_ARL:
H A Dprogram_parse.y396 $$ = asm_instruction_ctor(OPCODE_ARL, & $2, & $4, NULL, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c443 case OPCODE_ARL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c314 case OPCODE_ARL: return R200_VPI_OUT_OP_ARL;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c314 case OPCODE_ARL: return R200_VPI_OUT_OP_ARL;

Completed in 31 milliseconds