Searched refs:is_push (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c9837 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; local
9839 if (is_push && one_reg == 13 /* SP */)
9845 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c9783 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; local
9785 if (is_push && one_reg == 13 /* SP */)
9791 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c9837 int is_push = (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH; local
9839 if (is_push && one_reg == 13 /* SP */)
9845 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;

Completed in 522 milliseconds