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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c803 #define T2_DATA_OP_SHIFT 21 macro
28325 op = (*instruction >> T2_DATA_OP_SHIFT) & 0xf;
28384 *instruction |= new_inst << T2_DATA_OP_SHIFT;
28899 if (((newval >> T2_DATA_OP_SHIFT) & 0xf) == T2_OPCODE_ORR
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c798 #define T2_DATA_OP_SHIFT 21 macro
28201 op = (*instruction >> T2_DATA_OP_SHIFT) & 0xf;
28260 *instruction |= new_inst << T2_DATA_OP_SHIFT;
28775 if (((newval >> T2_DATA_OP_SHIFT) & 0xf) == T2_OPCODE_ORR
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c803 #define T2_DATA_OP_SHIFT 21 macro
28325 op = (*instruction >> T2_DATA_OP_SHIFT) & 0xf;
28384 *instruction |= new_inst << T2_DATA_OP_SHIFT;
28899 if (((newval >> T2_DATA_OP_SHIFT) & 0xf) == T2_OPCODE_ORR

Completed in 482 milliseconds