Searched refs:LOW1 (Results 1 – 3 of 3) sorted by relevance
79 #define LOW1(n) (((n) & M2) << B1) macro86 #define PARTS1(n) (LOW1(n) + HIGH1(n))
15966 #define LOW1(R) ((R) & 0x1) macro19860 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()
5362 (LOW1): Move macro to global position.