Searched refs:spu_gen_exp2 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu-builtins.md | 483 rtx m1 = spu_gen_exp2 (V4SFmode, GEN_INT (-1)); 485 exp2 = spu_gen_exp2 (V4SFmode, scale); 491 rtx exp2 = spu_gen_exp2 (V4SFmode, operands[2]); 510 exp2 = spu_gen_exp2 (V4SFmode, operands[2]); 540 rtx m1 = spu_gen_exp2 (V4SFmode, GEN_INT (-1)); 542 exp2 = spu_gen_exp2 (V4SFmode, scale); 548 rtx exp2 = spu_gen_exp2 (V4SFmode, operands[2]); 567 exp2 = spu_gen_exp2 (V4SFmode, operands[2]);
|
H A D | spu-protos.h | 66 extern rtx spu_gen_exp2 (machine_mode mode, rtx x);
|
H A D | spu.c | 6960 spu_gen_exp2 (machine_mode mode, rtx scale) in spu_gen_exp2() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 25601 * spu-protos.h (exp2_immediate_p, spu_gen_exp2): Declare. 25604 (exp2_immediate_p, spu_gen_exp2): Define.
|