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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22250 machine_mode himode, qimode = GET_MODE (dest);
22274 himode = V8HImode;
22279 himode = V16HImode;
22284 himode = V32HImode;
22292 hop1 = gen_reg_rtx (himode);
22293 hop2 = gen_reg_rtx (himode);
22294 hdest = gen_reg_rtx (himode);
22297 emit_insn (gen_rtx_SET (hdest, simplify_gen_binary (code, himode,
22309 machine_mode qimode, himode;
22341 himode
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c19524 machine_mode himode; local
19536 himode = V8HImode;
19541 himode = V16HImode;
19546 himode = V32HImode;
19579 op1_l = gen_reg_rtx (himode);
19580 op1_h = gen_reg_rtx (himode);
19590 res_l = expand_simple_binop (himode, code, op1_l, op2_l, NULL_RTX,
19592 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX,

Completed in 245 milliseconds