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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c15940 #define LOW4(R) ((R) & 0xf)
16096 inst.instruction |= LOW4 (inst.operands[2].reg);
16107 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16155 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16174 inst.instruction |= LOW4 (inst.operands[2].reg);
16203 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16205 inst.instruction |= LOW4 (inst.operands[1].reg);
16228 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16229 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16271 inst.instruction |= LOW4 (ins
15934 #define LOW4 macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c15880 #define LOW4(R) ((R) & 0xf)
16036 inst.instruction |= LOW4 (inst.operands[2].reg);
16047 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16095 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16114 inst.instruction |= LOW4 (inst.operands[2].reg);
16143 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16145 inst.instruction |= LOW4 (inst.operands[1].reg);
16168 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16169 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16211 inst.instruction |= LOW4 (ins
15874 #define LOW4 macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c15940 #define LOW4(R) ((R) & 0xf)
16096 inst.instruction |= LOW4 (inst.operands[2].reg);
16107 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16155 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16174 inst.instruction |= LOW4 (inst.operands[2].reg);
16203 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16205 inst.instruction |= LOW4 (inst.operands[1].reg);
16228 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
16229 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16271 inst.instruction |= LOW4 (ins
15934 #define LOW4 macro
[all...]

Completed in 450 milliseconds