Home
last modified time | relevance | path

Searched refs:addr32 (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Daddrmatch.c42 u_int32_t addr32[4]; member
48 #define addr32 xa.addr32 macro
136 n->addr32[i] = 0xffffffffU; in addr_netmask()
138 n->addr32[i] = htonl((0xffffffff << (32 - l)) & in addr_netmask()
166 dst->addr32[i] &= b->addr32[i]; in addr_and()
248 n->addr32[i] = ~n->addr32[i]; in addr_invert()
282 if (a->addr32[i] != 0) in addr_is_all0s()
/external/grub/
Dacinclude.m480 dnl instructions, but implicitly insert addr32 and data32 bytes so
85 dnl to explicitly insert addr32 and data32 instructions when they want
94 AC_MSG_CHECKING([for .code16 addr32 assembler support])
102 sed -e s/@ADDR32@/addr32/ < conftest.s.in > conftest.s
104 sed -e s/@ADDR32@/addr32\;/ < conftest.s.in > conftest.s
118 dnl Later versions of GAS requires that addr32 and data32 prefixes
124 [whether addr32 must be in the same line as the instruction])
128 l1: addr32 movb %al, l1
140 grub_tmp_addr32="addr32"
143 grub_tmp_addr32="addr32;"
[all …]
Dconfig.h8 #define ADDR32 addr32
Dconfig.h.in6 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
Dconfig.log228 configure:3941: checking whether addr32 must be in the same line as the instruction
232 configure:3990: checking for .code16 addr32 assembler support
255 | #define ADDR32 addr32
336 | #define ADDR32 addr32
386 | #define ADDR32 addr32
413 | #define ADDR32 addr32
577 | #define ADDR32 addr32
649 | #define ADDR32 addr32
925 #define ADDR32 addr32
Dconfig.status892 ${ac_dA}ADDR32${ac_dB}ADDR32${ac_dC}addr32${ac_dD}
935 ${ac_uA}ADDR32${ac_uB}ADDR32${ac_uC}addr32${ac_uD}
Dconfigure.ac171 AC_MSG_ERROR([GRUB requires GAS .code16 addr32 support; upgrade your binutils])
Dconfigure3948 l1: addr32 movb %al, l1
4001 sed -e s/@ADDR32@/addr32/ < conftest.s.in > conftest.s
4003 sed -e s/@ADDR32@/addr32\;/ < conftest.s.in > conftest.s
DChangeLog6822 "addr32" if GRUB_CV_ASM_PREFIX_REQUIREMENT is yes, otherwise,
6823 replace it with "addr32;". Reported by John Tobey
6983 * acinclude.m4 (grub_ASM_ADD32): Use ADDR32 instead of addr32.
7754 * stage2/asm.S: Replace addr32 and data32 prefixes with ADDR32
7764 * stage2/asm.S: Make each of the addr32 and data32 prefixes
9024 * shared_src/shared.h: (addr32, data32): Delete definitions.
9029 * configure: Test to see if the `addr32' instruction is supported.
9032 implicitly inserted addr32 and data32 when .code16 was given.
9033 Newer versions generate 16-bit code, and require manual addr32 and
/external/qemu-pc-bios/bochs/bios/
Drombios32start.S75 addr32 mov (%ebx), %al /* revision ID to see if x86_64 or x86 */
84 addr32 movl %eax, (%ebx)
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dx86insn_gas.gperf28 addr32, NULL, X86_ADDRSIZE>>8, 0x20, 0, 0, 0, 0, 0, 0, 0 keyword
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c1493 static IRTemp disAMode_copy2tmp ( IRExpr* addr32 ) in disAMode_copy2tmp() argument
1496 assign( tmp, addr32 ); in disAMode_copy2tmp()