Lines Matching refs:opc
146 afuc_opc opc;
164 opc = OPC_NOP;
193 opc = tok2alu(ai->tok);
198 opc = OPC_ALU;
215 opc = OPC_MOVI;
224 opc = OPC_MOVI;
230 opc = OPC_ALU;
244 opc = OPC_CWRITE6;
246 opc = OPC_CREAD6;
248 opc = OPC_STORE6;
250 opc = OPC_LOAD6;
256 opc = OPC_CWRITE5;
258 opc = OPC_CREAD5;
274 opc = (ai->tok == T_OP_BRNE) ? OPC_BRNEI : OPC_BREQI;
277 opc = (ai->tok == T_OP_BRNE) ? OPC_BRNEB : OPC_BREQB;
284 opc = OPC_RET;
287 opc = OPC_RET;
291 opc = OPC_CALL;
295 opc = OPC_PREEMPTLEAVE6;
299 opc = OPC_SETSECURE;
312 opc = OPC_BRNEB;
318 opc = OPC_WIN;
324 afuc_set_opc(&instr, opc, ai->rep);