| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 384 rtx latehalf[2]; local 466 latehalf[0] = gen_rtx_REG (HImode, REGNO (operands[0]) + 1); 468 latehalf[0] = adjust_address (operands[0], HImode, 2); 470 latehalf[0] = operands[0]; 473 latehalf[1] = gen_rtx_REG (HImode, REGNO (operands[1]) + 1); 475 latehalf[1] = adjust_address (operands[1], HImode, 2); 483 latehalf[1] = GEN_INT (INTVAL(operands[1]) >> 16); 493 latehalf[1] = operands[1]; 501 operands[1] = latehalf[1]; 513 && REGNO (operands[0]) == REGNO (latehalf[1]))) [all …]
|
| D | pdp11.md | 810 rtx latehalf[2]; 813 latehalf[0] = operands[0]; 817 output_asm_insn(\"sxt %0\", latehalf); 838 rtx latehalf[2]; 846 latehalf[0] = operands[0]; 850 output_asm_insn(\"sxt %0\", latehalf); 865 latehalf[0] = operands[0]; 869 output_asm_insn(\"sxt %0\", latehalf); 924 rtx latehalf[2]; 926 latehalf[0] = NULL; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 483 rtx latehalf[2]; in output_move_double() local 564 latehalf[0] = gen_rtx_REG (HImode, REGNO (operands[0]) + 1); in output_move_double() 566 latehalf[0] = adjust_address (operands[0], HImode, 2); in output_move_double() 568 latehalf[0] = operands[0]; in output_move_double() 571 latehalf[1] = gen_rtx_REG (HImode, REGNO (operands[1]) + 1); in output_move_double() 573 latehalf[1] = adjust_address (operands[1], HImode, 2); in output_move_double() 581 latehalf[1] = GEN_INT (INTVAL(operands[1]) >> 16); in output_move_double() 589 latehalf[1] = operands[1]; in output_move_double() 597 operands[1] = latehalf[1]; in output_move_double() 609 && REGNO (operands[0]) == REGNO (latehalf[1]))) in output_move_double() [all …]
|
| D | pdp11.md | 809 rtx latehalf[2]; 812 latehalf[0] = operands[0]; 816 output_asm_insn(\"sxt %0\", latehalf); 837 rtx latehalf[2]; 845 latehalf[0] = operands[0]; 849 output_asm_insn(\"sxt %0\", latehalf); 864 latehalf[0] = operands[0]; 868 output_asm_insn(\"sxt %0\", latehalf); 923 rtx latehalf[2]; 925 latehalf[0] = NULL; [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| D | ns32k.c | 673 rtx latehalf[2]; local 715 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); 717 latehalf[0] = adjust_address (operands[0], SImode, 4); 719 latehalf[0] = operands[0]; 722 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 1); 724 latehalf[1] = adjust_address (operands[1], SImode, 4); 726 split_double (operands[1], &operands[1], &latehalf[1]); 728 latehalf[1] = operands[1]; 737 operands[1] = latehalf[1]; 743 output_asm_insn (singlemove_string (latehalf), latehalf); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | m68k.c | 2025 rtx latehalf[2]; local 2129 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 2); 2135 latehalf[0] = adjust_address (operands[0], SImode, size - 4); 2140 latehalf[0] = operands[0]; 2145 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 2); 2151 latehalf[1] = adjust_address (operands[1], SImode, size - 4); 2164 latehalf[1] = GEN_INT (l[2]); 2172 latehalf[1] = constm1_rtx; 2174 latehalf[1] = const0_rtx; 2180 latehalf[1] = operands[1]; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | m68k.c | 1980 rtx latehalf[2]; in output_move_double() local 2082 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 2); in output_move_double() 2088 latehalf[0] = adjust_address (operands[0], SImode, size - 4); in output_move_double() 2093 latehalf[0] = operands[0]; in output_move_double() 2098 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 2); in output_move_double() 2104 latehalf[1] = adjust_address (operands[1], SImode, size - 4); in output_move_double() 2117 latehalf[1] = GEN_INT (l[2]); in output_move_double() 2129 latehalf[1] = operands[1]; in output_move_double() 2136 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); in output_move_double() 2138 latehalf[0] = adjust_address (operands[0], SImode, size - 4); in output_move_double() [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/m88k/ |
| D | m88k.c | 265 rtx latehalf[2]; in output_load_const_double() local 269 latehalf[0] = operand_subword (operands[0], 1, 0, DFmode); in output_load_const_double() 270 latehalf[1] = operand_subword (operands[1], 1, 0, DFmode); in output_load_const_double() 277 operands[0] = latehalf[0]; in output_load_const_double() 278 operands[1] = latehalf[1]; in output_load_const_double() 286 rtx latehalf[2]; in output_load_const_dimode() local 288 latehalf[0] = operand_subword (operands[0], 1, 0, DImode); in output_load_const_dimode() 289 latehalf[1] = operand_subword (operands[1], 1, 0, DImode); in output_load_const_dimode() 296 operands[0] = latehalf[0]; in output_load_const_dimode() 297 operands[1] = latehalf[1]; in output_load_const_dimode()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| D | m88k.c | 202 rtx latehalf[2]; local 206 latehalf[0] = operand_subword (operands[0], 1, 0, DFmode); 207 latehalf[1] = operand_subword (operands[1], 1, 0, DFmode); 214 operands[0] = latehalf[0]; 215 operands[1] = latehalf[1]; 224 rtx latehalf[2]; local 226 latehalf[0] = operand_subword (operands[0], 1, 0, DImode); 227 latehalf[1] = operand_subword (operands[1], 1, 0, DImode); 234 operands[0] = latehalf[0]; 235 operands[1] = latehalf[1];
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 2051 rtx latehalf[2]; local 2245 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); 2247 latehalf[0] = adjust_address (operands[0], SImode, 4); 2249 latehalf[0] = operands[0]; 2252 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 1); 2254 latehalf[1] = adjust_address (operands[1], SImode, 4); 2256 split_double (operands[1], &operands[1], &latehalf[1]); 2258 latehalf[1] = operands[1]; 2284 output_asm_insn (singlemove_string (latehalf), latehalf); 2296 output_asm_insn (singlemove_string (latehalf), latehalf); [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 2193 rtx latehalf[2]; in output_move_double() local 2393 latehalf[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); in output_move_double() 2395 latehalf[0] = adjust_address (operands[0], SImode, 4); in output_move_double() 2397 latehalf[0] = operands[0]; in output_move_double() 2400 latehalf[1] = gen_rtx_REG (SImode, REGNO (operands[1]) + 1); in output_move_double() 2402 latehalf[1] = adjust_address (operands[1], SImode, 4); in output_move_double() 2404 split_double (operands[1], &operands[1], &latehalf[1]); in output_move_double() 2406 latehalf[1] = operands[1]; in output_move_double() 2432 output_asm_insn (singlemove_string (latehalf), latehalf); in output_move_double() 2444 output_asm_insn (singlemove_string (latehalf), latehalf); in output_move_double() [all …]
|