Searched refs:OPC_LDGB (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 277 OPC_LDGB = _OPC(6, 27), enumerator in enum:__anon12988a590103 595 case OPC_LDGB:
|
| H A D | disasm-a3xx.c | 339 OPC(6, OPC_LDGB, ldgb),
|
| H A D | ir3.h | 939 case OPC_LDGB:
|
| H A D | ir3_parser.y | 1080 cat6_ibo_opc_ldgb: T_OP_LDGB { new_instr(OPC_LDGB); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 194 OPC_LDGB = _OPC(6, 27), enumerator in enum:__anon3a3a0e460103 929 case OPC_LDGB:
|
| H A D | disasm-a3xx.c | 544 case OPC_LDGB: 706 } else if (_OPC(6, cat6->opc) == OPC_LDGB) { 1018 OPC(6, OPC_LDGB, ldgb),
|
| H A D | ir3.h | 698 case OPC_LDGB:
|
| H A D | ir3.c | 732 } else if (instr->opc == OPC_LDGB) {
|
Completed in 15 milliseconds