Home
last modified time | relevance | path

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

/openbsd/lib/libc/arch/mips64/gen/
H A Dldexp.S145 dmtc1 t2, $f0 # save denormalized result (LSW)
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c50 #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 Dsh.c62 #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()