Searched refs:OPC_LDLV (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 244 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL)) 285 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) {
|
| H A D | ir3.h | 705 case OPC_LDLV: 720 case OPC_LDLV:
|
| H A D | instr-a3xx.h | 198 OPC_LDLV = _OPC(6, 31), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 603 case OPC_LDLV: 1022 OPC(6, OPC_LDLV, ldlv),
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 270 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 D | instr-a3xx.h | 281 OPC_LDLV = _OPC(6, 31), enumerator in enum:__anon12988a590103
|
| H A D | ir3.h | 946 case OPC_LDLV: 962 case OPC_LDLV: 1684 case OPC_LDLV:
|
| H A D | disasm-a3xx.c | 343 OPC(6, OPC_LDLV, ldlv),
|
| H A D | ir3.c | 1006 case OPC_LDLV:
|
| H A D | ir3_parser.y | 1042 | T_OP_LDLV { new_instr(OPC_LDLV); } cat6_type dst_reg ',' 'l' '[' integer ']' {
|
Completed in 28 milliseconds