Searched refs:op1_high (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | simdext.md | 1681 rtx op1_high = gen_highpart (V2HImode, operands[1]); 1687 emit_insn (gen_arc_vec_smac_v2hiv2si (operands[0], op1_high, op2_high)); 1700 rtx op1_high = gen_highpart (V2HImode, operands[1]); 1706 emit_insn (gen_arc_vec_umac_v2hiv2si (operands[0], op1_high, op2_high));
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optabs.cc | 858 rtx op1_high = operand_subword_force (op1, high, mode); in expand_doubleword_mult() local 906 op1_high = expand_binop (word_mode, add_optab, op1_high, temp, in expand_doubleword_mult() 914 op1_high = expand_binop (word_mode, sub_optab, op1_high, temp, in expand_doubleword_mult() 918 if (!op1_high) in expand_doubleword_mult() 922 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low, in expand_doubleword_mult()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/ |
| D | frv.md | 1608 rtx op1_high = gen_highpart (SImode, op1); 1619 operands[5] = op1_high; 1625 operands[4] = op1_high; 1815 rtx op1_high = gen_highpart (SImode, op1); 1826 operands[5] = op1_high; 1832 operands[4] = op1_high; 2856 rtx op1_high = gen_highpart (SImode, operands[1]); 2864 operands[5] = gen_subdi3_upper (op0_high, op1_high, op2_high, op3); 2928 rtx op1_high = gen_rtx_REG (SImode, GPR_FIRST); 2931 rtx op1_low = op1_high; [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.md | 12669 rtx op1_high = gen_highpart (SImode, operands[1]); 12675 emit_move_insn (scratch2, op1_high);
|