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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_34lsub1.c79 #define LOW1(n) (((n) & M2) << B1) macro
86 #define PARTS1(n) (LOW1(n) + HIGH1(n))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c15942 #define LOW1(R) ((R) & 0x1)
19846 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19854 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19856 inst.instruction |= LOW1 (inst.operands[2].reg) << 5;
21951 inst.instruction |= LOW1 (regnum) << 22;
21958 inst.instruction |= LOW1 (regnum) << 5;
21965 inst.instruction |= LOW1 (regnum) << 7;
15936 #define LOW1 macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c15882 #define LOW1(R) ((R) & 0x1)
19786 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19794 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19796 inst.instruction |= LOW1 (inst.operands[2].reg) << 5;
21885 inst.instruction |= LOW1 (regnum) << 22;
21892 inst.instruction |= LOW1 (regnum) << 5;
21899 inst.instruction |= LOW1 (regnum) << 7;
15876 #define LOW1 macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c15942 #define LOW1(R) ((R) & 0x1)
19846 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19854 inst.instruction |= LOW1 (inst.operands[1].reg) << 7;
19856 inst.instruction |= LOW1 (inst.operands[2].reg) << 5;
21951 inst.instruction |= LOW1 (regnum) << 22;
21958 inst.instruction |= LOW1 (regnum) << 5;
21965 inst.instruction |= LOW1 (regnum) << 7;
15936 #define LOW1 macro

Completed in 503 milliseconds