Lines Matching refs:opc
267 enum ia64_script_insn_opcode opc; in compile_reg() local
275 opc = IA64_INSN_MOVE; in compile_reg()
286 opc = IA64_INSN_MOVE_STACKED_NAT; in compile_reg()
288 opc = IA64_INSN_MOVE_STACKED; in compile_reg()
296 opc = IA64_INSN_MOVE_NAT; in compile_reg()
302 opc = IA64_INSN_MOVE_SCRATCH_NAT; in compile_reg()
304 opc = IA64_INSN_MOVE_SCRATCH; in compile_reg()
323 opc = IA64_INSN_MOVE_SCRATCH; in compile_reg()
333 opc = IA64_INSN_MOVE_NO_NAT; in compile_reg()
337 opc = IA64_INSN_MOVE_SCRATCH; in compile_reg()
339 opc = IA64_INSN_MOVE_SCRATCH_NO_NAT; in compile_reg()
346 opc = IA64_INSN_ADD_SP_NAT; in compile_reg()
349 opc = IA64_INSN_ADD_SP; in compile_reg()
357 opc = IA64_INSN_ADD_PSP_NAT; in compile_reg()
360 opc = IA64_INSN_ADD_PSP; in compile_reg()
372 insn.opc = opc; in compile_reg()
382 insn.opc = IA64_INSN_LOAD_PSP; in compile_reg()
459 insn.opc = IA64_INSN_INC_PSP; in build_script()
521 unsigned long opc, dst; in run_script() local
534 opc = next_insn.opc; in run_script()
540 if (likely (opc == IA64_INSN_MOVE_STACKED)) in run_script()
546 switch (opc) in run_script()