Lines Matching refs:opc
1359 enum unw_insn_opcode opc; in emit_nat_info() local
1367 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1371 opc = UNW_INSN_SETNAT_MEMSTK; in emit_nat_info()
1375 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1380 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1386 opc = UNW_INSN_SETNAT_MEMSTK; in emit_nat_info()
1394 insn.opc = opc; in emit_nat_info()
1404 enum unw_insn_opcode opc; in compile_reg() local
1412 opc = UNW_INSN_MOVE; in compile_reg()
1419 opc = UNW_INSN_MOVE_STACKED; in compile_reg()
1423 opc = UNW_INSN_MOVE2; in compile_reg()
1428 opc = UNW_INSN_MOVE_CONST; in compile_reg()
1432 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1443 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1456 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1467 opc = UNW_INSN_ADD_SP; in compile_reg()
1471 opc = UNW_INSN_ADD_PSP; in compile_reg()
1479 insn.opc = opc; in compile_reg()
1493 insn.opc = UNW_INSN_LOAD; in compile_reg()
1676 insn.opc = UNW_INSN_ADD; in build_script()
1722 unsigned long opc, dst, val, off; in run_script() local
1733 opc = next_insn.opc; in run_script()
1739 switch (opc) { in run_script()