Home
last modified time | relevance | path

Searched refs:low_off (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.md4434 unsigned int low_off = subreg_lowpart_offset (QImode, HImode);
4437 operands[2] = simplify_gen_subreg (QImode, operands[0], HImode, low_off);
4465 unsigned int low_off = subreg_lowpart_offset (HImode, SImode);
4468 operands[2] = simplify_gen_subreg (HImode, operands[0], SImode, low_off);
4515 unsigned int low_off = subreg_lowpart_offset (HImode, SImode);
4518 operands[2] = simplify_gen_subreg (HImode, operands[0], SImode, low_off);
4544 unsigned int low_off = subreg_lowpart_offset (SImode, DImode);
4547 operands[2] = simplify_gen_subreg (SImode, operands[0], DImode, low_off);
4560 unsigned int low_off = subreg_lowpart_offset (SImode, DImode);
4563 operands[2] = simplify_gen_subreg (SImode, operands[0], DImode, low_off);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.md6360 unsigned int low_off = subreg_lowpart_offset (QImode, HImode);
6363 operands[2] = simplify_gen_subreg (QImode, operands[0], HImode, low_off);
6391 unsigned int low_off = subreg_lowpart_offset (HImode, SImode);
6394 operands[2] = simplify_gen_subreg (HImode, operands[0], SImode, low_off);
6441 unsigned int low_off = subreg_lowpart_offset (HImode, SImode);
6444 operands[2] = simplify_gen_subreg (HImode, operands[0], SImode, low_off);
6470 unsigned int low_off = subreg_lowpart_offset (SImode, DImode);
6473 operands[2] = simplify_gen_subreg (SImode, operands[0], DImode, low_off);
6486 unsigned int low_off = subreg_lowpart_offset (SImode, DImode);
6489 operands[2] = simplify_gen_subreg (SImode, operands[0], DImode, low_off);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c4473 HOST_WIDE_INT low_off = moffset & 0xfff; in aarch64_add_offset_1() local
4475 low_off = offset < 0 ? -low_off : low_off; in aarch64_add_offset_1()
4476 insn = emit_insn (gen_add3_insn (dest, src, GEN_INT (low_off))); in aarch64_add_offset_1()
4478 insn = emit_insn (gen_add2_insn (dest, GEN_INT (offset - low_off))); in aarch64_add_offset_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5760 HOST_WIDE_INT low_off = moffset & 0xfff; in aarch64_add_offset_1() local
5762 low_off = offset < 0 ? -low_off : low_off; in aarch64_add_offset_1()
5763 insn = emit_insn (gen_add3_insn (dest, src, GEN_INT (low_off))); in aarch64_add_offset_1()
5765 insn = emit_insn (gen_add2_insn (dest, GEN_INT (offset - low_off))); in aarch64_add_offset_1()