Lines Matching refs:opc
1360 enum unw_insn_opcode opc; in emit_nat_info() local
1368 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1372 opc = UNW_INSN_SETNAT_MEMSTK; in emit_nat_info()
1376 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1381 opc = UNW_INSN_SETNAT_TYPE; in emit_nat_info()
1387 opc = UNW_INSN_SETNAT_MEMSTK; in emit_nat_info()
1395 insn.opc = opc; in emit_nat_info()
1405 enum unw_insn_opcode opc; in compile_reg() local
1413 opc = UNW_INSN_MOVE; in compile_reg()
1420 opc = UNW_INSN_MOVE_STACKED; in compile_reg()
1424 opc = UNW_INSN_MOVE2; in compile_reg()
1429 opc = UNW_INSN_MOVE_CONST; in compile_reg()
1433 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1444 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1457 opc = UNW_INSN_MOVE_SCRATCH; in compile_reg()
1468 opc = UNW_INSN_ADD_SP; in compile_reg()
1472 opc = UNW_INSN_ADD_PSP; in compile_reg()
1480 insn.opc = opc; in compile_reg()
1494 insn.opc = UNW_INSN_LOAD; in compile_reg()
1677 insn.opc = UNW_INSN_ADD; in build_script()
1723 unsigned long opc, dst, val, off; in run_script() local
1734 opc = next_insn.opc; in run_script()
1740 switch (opc) { in run_script()