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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c811 #define A2_OPCODE_PUSH 0x052d0004 macro
9845 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c806 #define A2_OPCODE_PUSH 0x052d0004 macro
9791 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c811 #define A2_OPCODE_PUSH 0x052d0004 macro
9845 inst.instruction |= is_push ? A2_OPCODE_PUSH : A2_OPCODE_POP;

Completed in 327 milliseconds