Home
last modified time | relevance | path

Searched refs:LOW1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmod_34lsub1.c79 #define LOW1(n) (((n) & M2) << B1) macro
86 #define PARTS1(n) (LOW1(n) + HIGH1(n))
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c15966 #define LOW1(R) ((R) & 0x1) macro
19860 inst.instruction |= LOW1 (inst.operands[1].reg) << 7; in do_neon_fmac_maybe_scalar_long()
19868 inst.instruction |= LOW1 (inst.operands[1].reg) << 7; in do_neon_fmac_maybe_scalar_long()
19870 inst.instruction |= LOW1 (inst.operands[2].reg) << 5; in do_neon_fmac_maybe_scalar_long()
21965 inst.instruction |= LOW1 (regnum) << 22; in vcx_assign_vec_d()
21972 inst.instruction |= LOW1 (regnum) << 5; in vcx_assign_vec_m()
21979 inst.instruction |= LOW1 (regnum) << 7; in vcx_assign_vec_n()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20205362 (LOW1): Move macro to global position.