Home
last modified time | relevance | path

Searched refs:offset_1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_168.c74 char offset_1; member
85 s->offset_1 = 2; in s_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22348 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in aarch64_operands_ok_for_ldpstp() local
22388 extract_base_offset_in_addr (mem_1, &base_1, &offset_1); in aarch64_operands_ok_for_ldpstp()
22389 if (base_1 == NULL_RTX || offset_1 == NULL_RTX) in aarch64_operands_ok_for_ldpstp()
22403 offval_1 = INTVAL (offset_1); in aarch64_operands_ok_for_ldpstp()
22452 rtx mem_1, mem_2, base_1, base_2, offset_1, offset_2; in aarch64_swap_ldrstr_operands() local
22466 extract_base_offset_in_addr (mem_1, &base_1, &offset_1); in aarch64_swap_ldrstr_operands()
22469 offval_1 = INTVAL (offset_1); in aarch64_swap_ldrstr_operands()
22504 rtx mem_1, mem_2, base, offset_1, offset_2; in aarch64_ldrstr_offset_compare() local
22517 extract_base_offset_in_addr (mem_1, &base, &offset_1); in aarch64_ldrstr_offset_compare()
22520 gcc_assert (offset_1 != NULL_RTX && offset_2 != NULL_RTX); in aarch64_ldrstr_offset_compare()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26115 rtx mem_1, mem_2, base, offset_1, offset_2; in aarch64_ldrstr_offset_compare() local
26128 extract_base_offset_in_addr (mem_1, &base, &offset_1); in aarch64_ldrstr_offset_compare()
26131 gcc_assert (offset_1 != NULL_RTX && offset_2 != NULL_RTX); in aarch64_ldrstr_offset_compare()
26133 return wi::cmps (INTVAL (offset_1), INTVAL (offset_2)); in aarch64_ldrstr_offset_compare()
26278 rtx base, offset_1, offset_3, t1, t2; in aarch64_gen_adjusted_ldpstp() local
26317 extract_base_offset_in_addr (mem_1, &base, &offset_1); in aarch64_gen_adjusted_ldpstp()
26319 gcc_assert (base != NULL_RTX && offset_1 != NULL_RTX in aarch64_gen_adjusted_ldpstp()
26327 off_val_1 = INTVAL (offset_1); in aarch64_gen_adjusted_ldpstp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c22488 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in ix86_operands_ok_for_move_multiple() local
22511 if (!extract_base_offset_in_addr (mem_1, &base_1, &offset_1)) in ix86_operands_ok_for_move_multiple()
22520 offval_1 = INTVAL (offset_1); in ix86_operands_ok_for_move_multiple()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23851 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in ix86_operands_ok_for_move_multiple() local
23874 if (!extract_base_offset_in_addr (mem_1, &base_1, &offset_1)) in ix86_operands_ok_for_move_multiple()
23883 offval_1 = INTVAL (offset_1); in ix86_operands_ok_for_move_multiple()