Searched refs:addend (Results 1 – 15 of 15) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | 0005-nss-does-not-build-on-mips-with-clang-because-wrong-.patch | 8 if (addend < MP_DIGIT_MAX) { 26 - unsigned long addend, 28 + unsigned long long addend,
|
| /openbmc/qemu/include/exec/ |
| H A D | tlb-common.h | 34 uintptr_t addend; member
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-RISC-V-Restore-the-typcast-to-long.patch | 32 sym_addr += addend;
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_runtime.c | 83 long addend; member 373 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()
|
| /openbmc/u-boot/doc/ |
| H A D | README.arm64 | 22 is used to encode the initial addend of rela to u-boot.bin. After running,
|
| /openbmc/qemu/disas/ |
| H A D | hppa.c | 319 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 D | microblaze.c | 676 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 D | tcg.h | 97 intptr_t addend; member
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target.c.inc | 299 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 D | tcg-target.c.inc | 654 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 D | tcg-target.c.inc | 285 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 D | sve.decode | 423 # SVE integer multiply-add writing addend (predicated) 1149 # SVE floating-point multiply-accumulate writing addend
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | translate.c | 2105 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 D | tcg-target.c.inc | 475 intptr_t value, intptr_t addend) 481 value += addend; 2044 offsetof(CPUTLBEntry, addend));
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 609 * addend, the intermediate product, or the final result. (The
|