Searched refs:OPC_JUMP (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 119 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B));
|
| H A D | ir3_legalize.c | 469 if (instr->opc == OPC_JUMP) { 581 if (jumps[0]->opc == OPC_JUMP)
|
| H A D | instr-a3xx.h | 63 OPC_JUMP = _OPC(0, 2), enumerator in enum:__anon12988a590103
|
| H A D | disasm-a3xx.c | 160 OPC(0, OPC_JUMP, jump),
|
| H A D | ir3_postsched.c | 650 case OPC_JUMP:
|
| H A D | ir3_parser.y | 781 | T_OP_JUMP { new_instr(OPC_JUMP); } cat0_immed
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 379 if (instr->opc == OPC_JUMP)
|
| H A D | instr-a3xx.h | 43 OPC_JUMP = _OPC(0, 2), enumerator in enum:__anon3a3a0e460103
|
| H A D | ir3_sched.c | 238 if (is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_BR)))
|
| H A D | disasm-a3xx.c | 176 case OPC_JUMP: 872 OPC(0, OPC_JUMP, jump),
|
Completed in 17 milliseconds