Searched refs:himode (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 22286 machine_mode himode, qimode = GET_MODE (dest); in ix86_expand_vecop_qihi2() local 22310 himode = V8HImode; in ix86_expand_vecop_qihi2() 22315 himode = V16HImode; in ix86_expand_vecop_qihi2() 22320 himode = V32HImode; in ix86_expand_vecop_qihi2() 22328 hop1 = gen_reg_rtx (himode); in ix86_expand_vecop_qihi2() 22329 hop2 = gen_reg_rtx (himode); in ix86_expand_vecop_qihi2() 22330 hdest = gen_reg_rtx (himode); in ix86_expand_vecop_qihi2() 22333 emit_insn (gen_rtx_SET (hdest, simplify_gen_binary (code, himode, in ix86_expand_vecop_qihi2() 22345 machine_mode qimode, himode; in ix86_expand_vec_shift_qihi_constant() local 22377 himode = V8HImode; in ix86_expand_vec_shift_qihi_constant() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 19524 machine_mode himode; in ix86_expand_vecop_qihi() local 19536 himode = V8HImode; in ix86_expand_vecop_qihi() 19541 himode = V16HImode; in ix86_expand_vecop_qihi() 19546 himode = V32HImode; in ix86_expand_vecop_qihi() 19579 op1_l = gen_reg_rtx (himode); in ix86_expand_vecop_qihi() 19580 op1_h = gen_reg_rtx (himode); in ix86_expand_vecop_qihi() 19590 res_l = expand_simple_binop (himode, code, op1_l, op2_l, NULL_RTX, in ix86_expand_vecop_qihi() 19592 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX, in ix86_expand_vecop_qihi()
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 64192 74877cc935345acfd4090545a5799ecc gcc/testsuite/gcc.target/powerpc/vsx-himode.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 72799 74877cc935345acfd4090545a5799ecc gcc/testsuite/gcc.target/powerpc/vsx-himode.c
|