Searched refs:spu_const (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu-protos.h41 extern rtx spu_const (machine_mode mode, HOST_WIDE_INT val);
H A Dspu.c1814 rtx size_v4si = spu_const (V4SImode, total_size - 1);
1942 spu_const (machine_mode mode, HOST_WIDE_INT val)
4343 emit_insn (gen_andsi3 (block_off, ea_addr_si, spu_const (SImode, 127)));
4356 emit_insn (gen_andv4si3 (tag, splat, spu_const (V4SImode, -128)));
4431 emit_insn (gen_ashlsi3 (dirty_off, eq_index, spu_const (SImode, 2)));
5905 emit_insn (gen_vrotlv4si3 (rotl, shuf, spu_const (V4SImode, 7)));
5906 emit_insn (gen_movv4si (mask, spu_const (V4SImode, 0xffff << 7)));
6549 ops[i] = spu_const (mode, INTVAL (ops[i]));
1938 spu_const (machine_mode mode, HOST_WIDE_INT val) function

Completed in 80 milliseconds