| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | simdext.md | 2014 rtx high_dest = gen_highpart (SImode, operands[0]); 2021 emit_insn (gen_<voptab>si3 (high_dest, high_op1, high_op2)); 2070 rtx high_dest = gen_highpart (SImode, operands[0]); 2072 emit_move_insn (high_dest, operands[1]); 2088 rtx high_dest = gen_highpart (SImode, operands[0]); 2091 emit_insn (gen_rtx_SET (high_dest, 2094 gen_rtx_IOR (SImode, high_dest, tmp))); 2095 emit_move_insn (high_dest, low_dest);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.md | 2106 rtx low_dest, op1_low, op2_low, high_dest, op1_high, op2_high; 2110 &high_dest, &op1_high, &op2_high); 2117 emit_insn (gen_adddi3 (high_dest, op1_high, op2_high)); 2123 emit_insn (gen_adddi3_carryin (high_dest, op1_high, 2128 emit_move_insn (gen_highpart (DImode, operands[0]), high_dest); 2140 rtx low_dest, op1_low, op2_low, high_dest, op1_high, op2_high; 2144 &high_dest, &op1_high, &op2_high); 2149 emit_insn (gen_adddi3_compareV (high_dest, op1_high, 2156 emit_insn (gen_adddi3_carryinV (high_dest, op1_high, 2161 emit_move_insn (gen_highpart (DImode, operands[0]), high_dest); [all …]
|
| H A D | aarch64.c | 21633 rtx *high_dest, rtx *high_in1, in aarch64_addti_scratch_regs() argument 21640 *high_dest = gen_reg_rtx (DImode); in aarch64_addti_scratch_regs() 21667 rtx *high_dest, rtx *high_in1, in aarch64_subvti_scratch_regs() argument 21676 *high_dest = gen_reg_rtx (DImode); in aarch64_subvti_scratch_regs() 21697 rtx low_in2, rtx high_dest, rtx high_in1, in aarch64_expand_subvti() argument 21705 emit_insn (gen_subdi3_compare1 (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 21707 emit_insn (gen_subvdi_insn (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 21722 emit_insn (gen_usubdi3_carryinC (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 21724 emit_insn (gen_subdi3_carryinV (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 21728 emit_move_insn (gen_highpart (DImode, op0), high_dest); in aarch64_expand_subvti()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.md | 2283 rtx low_dest, op1_low, op2_low, high_dest, op1_high, op2_high; 2287 &high_dest, &op1_high, &op2_high); 2294 emit_insn (gen_adddi3 (high_dest, op1_high, op2_high)); 2300 emit_insn (gen_adddi3_carryin (high_dest, op1_high, 2305 emit_move_insn (gen_highpart (DImode, operands[0]), high_dest); 2317 rtx low_dest, op1_low, op2_low, high_dest, op1_high, op2_high; 2321 &high_dest, &op1_high, &op2_high); 2326 emit_insn (gen_adddi3_compareV (high_dest, op1_high, 2333 emit_insn (gen_adddi3_carryinV (high_dest, op1_high, 2338 emit_move_insn (gen_highpart (DImode, operands[0]), high_dest); [all …]
|
| H A D | aarch64.cc | 25174 rtx *high_dest, rtx *high_in1, in aarch64_addti_scratch_regs() argument 25181 *high_dest = gen_reg_rtx (DImode); in aarch64_addti_scratch_regs() 25208 rtx *high_dest, rtx *high_in1, in aarch64_subvti_scratch_regs() argument 25217 *high_dest = gen_reg_rtx (DImode); in aarch64_subvti_scratch_regs() 25238 rtx low_in2, rtx high_dest, rtx high_in1, in aarch64_expand_subvti() argument 25246 emit_insn (gen_subdi3_compare1 (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 25248 emit_insn (gen_subvdi_insn (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 25263 emit_insn (gen_usubdi3_carryinC (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 25265 emit_insn (gen_subdi3_carryinV (high_dest, high_in1, high_in2)); in aarch64_expand_subvti() 25269 emit_move_insn (gen_highpart (DImode, op0), high_dest); in aarch64_expand_subvti()
|