Home
last modified time | relevance | path

Searched refs:spu_float_const (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-protos.h44 extern rtx spu_float_const (const char *string,
H A Dspu.md846 emit_move_insn (c1, spu_float_const ("2147483648", DFmode));
2026 emit_move_insn (operands[3],spu_float_const(\"0.5\",SFmode));
2027 emit_move_insn (operands[4],spu_float_const(\"1.00000011920928955078125\",SFmode));
H A Dspu.c3064 spu_float_const (const char *string, machine_mode mode) in spu_float_const() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201128510 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
28512 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
H A DChangeLog-201514036 * config/spu/spu.c (hwint_to_const_double, spu_float_const): Likewise.