Searched refs:LSW (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libc/arch/mips64/gen/ |
H A D | ldexp.S | 145 dmtc1 t2, $f0 # save denormalized result (LSW)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.c | 50 #define LSW (TARGET_LITTLE_ENDIAN ? 0 : 1) macro 398 regno += FP_REGISTER_P (regno) ? 1 : LSW; 403 x = adjust_address (x, SImode, 4 * LSW); 414 sub = simplify_subreg (SImode, x, mode, 4 * LSW);
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.c | 62 #define LSW (TARGET_LITTLE_ENDIAN ? 0 : 1) macro 739 regno += FP_REGISTER_P (regno) ? 1 : LSW; in print_operand() 744 x = adjust_address (x, SImode, 4 * LSW); in print_operand() 755 sub = simplify_subreg (SImode, x, mode, 4 * LSW); in print_operand()
|