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

/macosx-10.9.5/cctools-845/as/
H A Darm.c10691 #define LOW4(R) ((R) & 0xf)
10705 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
10707 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
10709 inst.instruction |= LOW4 (inst.operands[2].reg);
10729 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
10731 inst.instruction |= LOW4 (inst.operands[1].reg);
10767 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
10769 inst.instruction |= LOW4 (inst.operands[1].reg);
11170 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
11335 inst.instruction |= LOW4 (ins
10682 #define LOW4 macro
[all...]

Completed in 98 milliseconds