Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0005-nss-does-not-build-on-mips-with-clang-because-wrong-.patch8 if (addend < MP_DIGIT_MAX) {
26 - unsigned long addend,
28 + unsigned long long addend,
/openbmc/qemu/include/exec/
H A Dtlb-common.h34 uintptr_t addend; member
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-RISC-V-Restore-the-typcast-to-long.patch32 sym_addr += addend;
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c83 long addend; member
373 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
/openbmc/u-boot/doc/
H A DREADME.arm6422 is used to encode the initial addend of rela to u-boot.bin. After running,
/openbmc/qemu/disas/
H A Dhppa.c319 bfd_signed_vma addend, in hppa_field_adjust() argument
324 value = sym_val + addend; in hppa_field_adjust()
381 value = sym_val + ((addend + 0x1000) & -0x2000); in hppa_field_adjust()
391 value = (sym_val & 0x7ff) + (((addend & 0x1fff) ^ 0x1000) - 0x1000); in hppa_field_adjust()
H A Dmicroblaze.c676 int immval, unsigned inst, int addend) in print_immval_addr() argument
684 immval += addend; in print_immval_addr()
688 } else if (addend) { in print_immval_addr()
/openbmc/qemu/include/tcg/
H A Dtcg.h97 intptr_t addend; member
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc299 intptr_t value, intptr_t addend)
305 value += addend;
1113 int add_off = offsetof(CPUTLBEntry, addend);
1130 * Load the tlb comparator and the addend.
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc654 intptr_t value, intptr_t addend)
656 tcg_debug_assert(addend == 0);
1738 /* Load the tlb comparator and the addend. */
1744 offsetof(CPUTLBEntry, addend));
1750 /* TLB Hit - translate address using addend. */
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc285 intptr_t value, intptr_t addend)
287 tcg_debug_assert(addend == 0);
1072 /* Load the tlb comparator and the addend. */
1078 offsetof(CPUTLBEntry, addend));
/openbmc/qemu/target/arm/tcg/
H A Dsve.decode423 # SVE integer multiply-add writing addend (predicated)
1149 # SVE floating-point multiply-accumulate writing addend
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2105 static inline void gen_stack_update(DisasContext *s, int addend) in gen_stack_update() argument
2107 gen_op_add_reg_im(s, mo_stacksize(s), R_ESP, addend); in gen_stack_update()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc475 intptr_t value, intptr_t addend)
481 value += addend;
2044 offsetof(CPUTLBEntry, addend));
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc609 * addend, the intermediate product, or the final result. (The