Searched refs:OPC_LDLV (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c244 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL))
285 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) {
H A Dir3.h705 case OPC_LDLV:
720 case OPC_LDLV:
H A Dinstr-a3xx.h198 OPC_LDLV = _OPC(6, 31), enumerator in enum:__anon3a3a0e460103
H A Ddisasm-a3xx.c603 case OPC_LDLV:
1022 OPC(6, OPC_LDLV, ldlv),
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c270 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL) ||
301 last_input_needs_ss |= (n->opc == OPC_LDLV);
314 if (n->opc == OPC_LDLV) {
H A Dinstr-a3xx.h281 OPC_LDLV = _OPC(6, 31), enumerator in enum:__anon12988a590103
H A Dir3.h946 case OPC_LDLV:
962 case OPC_LDLV:
1684 case OPC_LDLV:
H A Ddisasm-a3xx.c343 OPC(6, OPC_LDLV, ldlv),
H A Dir3.c1006 case OPC_LDLV:
H A Dir3_parser.y1042 | T_OP_LDLV { new_instr(OPC_LDLV); } cat6_type dst_reg ',' 'l' '[' integer ']' {

Completed in 28 milliseconds