Searched refs:OPC_LDL (Results 1 - 13 of 13) 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))
|
| H A D | instr-a3xx.h | 170 OPC_LDL = _OPC(6, 1), enumerator in enum:__anon3a3a0e460103
|
| H A D | ir3_cp.c | 199 if ((instr->opc == OPC_LDL) && (n != 1))
|
| H A D | disasm-a3xx.c | 601 case OPC_LDL: 994 OPC(6, OPC_LDL, ldl),
|
| H A D | ir3.h | 700 case OPC_LDL:
|
| H A D | ir3.c | 796 (instr->opc == OPC_LDL)) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 253 OPC_LDL = _OPC(6, 1), enumerator in enum:__anon12988a590103
|
| H A D | ir3.c | 928 if ((instr->opc == OPC_LDL) && (n == 0)) 994 case OPC_LDL:
|
| H A D | disasm-a3xx.c | 314 OPC(6, OPC_LDL, ldl),
|
| H A D | ir3_legalize.c | 270 if ((n->opc == OPC_LDLV) || (n->opc == OPC_LDL) ||
|
| H A D | ir3.h | 941 case OPC_LDL: 1685 case OPC_LDL:
|
| H A D | ir3_parser.y | 1040 | T_OP_LDL { new_instr(OPC_LDL); } cat6_type dst_reg ',' 'l' '[' src cat6_offset ']' ',' immediate
|
| H A D | ir3_compiler_nir.c | 950 load->opc = OPC_LDL;
|
Completed in 26 milliseconds