| /external/chromium_org/v8/src/ |
| bytecodes-irregexp.h | 60 V(GOTO, 16, 8) /* bc8 pad24 addr32 */ \ 61 V(LOAD_CURRENT_CHAR, 17, 8) /* bc8 offset24 addr32 */ \ 63 V(LOAD_2_CURRENT_CHARS, 19, 8) /* bc8 offset24 addr32 */ \ 65 V(LOAD_4_CURRENT_CHARS, 21, 8) /* bc8 offset24 addr32 */ \ 67 V(CHECK_4_CHARS, 23, 12) /* bc8 pad24 uint32 addr32 */ \ 68 V(CHECK_CHAR, 24, 8) /* bc8 pad8 uint16 addr32 */ \ 69 V(CHECK_NOT_4_CHARS, 25, 12) /* bc8 pad24 uint32 addr32 */ \ 70 V(CHECK_NOT_CHAR, 26, 8) /* bc8 pad8 uint16 addr32 */ \ 71 V(AND_CHECK_4_CHARS, 27, 16) /* bc8 pad24 uint32 uint32 addr32 */ \ 72 V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8 uint16 uint32 addr32 */ \ [all...] |
| /external/v8/src/ |
| bytecodes-irregexp.h | 60 V(GOTO, 16, 8) /* bc8 pad24 addr32 */ \ 61 V(LOAD_CURRENT_CHAR, 17, 8) /* bc8 offset24 addr32 */ \ 63 V(LOAD_2_CURRENT_CHARS, 19, 8) /* bc8 offset24 addr32 */ \ 65 V(LOAD_4_CURRENT_CHARS, 21, 8) /* bc8 offset24 addr32 */ \ 67 V(CHECK_4_CHARS, 23, 12) /* bc8 pad24 uint32 addr32 */ \ 68 V(CHECK_CHAR, 24, 8) /* bc8 pad8 uint16 addr32 */ \ 69 V(CHECK_NOT_4_CHARS, 25, 12) /* bc8 pad24 uint32 addr32 */ \ 70 V(CHECK_NOT_CHAR, 26, 8) /* bc8 pad8 uint16 addr32 */ \ 71 V(AND_CHECK_4_CHARS, 27, 16) /* bc8 pad24 uint32 uint32 addr32 */ \ 72 V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8 uint16 uint32 addr32 */ \ [all...] |
| /external/valgrind/main/none/tests/amd64/ |
| asorep.c | 19 asm volatile ("addr32 rep movsb" 27 fprintf (stderr, "addr32 rep movsb wrong\n"); 30 asm volatile ("addr32 rep stosw" 38 fprintf (stderr, "addr32 rep stosw wrong\n"); 40 asm volatile ("addr32 lodsl" 45 fprintf (stderr, "addr32 lodsl wrong\n"); 49 asm volatile ("addr32 repe cmpsb" 55 fprintf (stderr, "addr32 repe cmpsb wrong\n"); 59 asm volatile ("addr32 repne scasw" 65 fprintf (stderr, "addr32 repne scasw wrong\n") [all...] |
| /external/grub/ |
| acinclude.m4 | 80 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]) 98 l1: @ADDR32@ movb %al, l1 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] [all...] |
| config.h.in | 6 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */ 7 #undef ADDR32
|
| config.h | 7 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */ 8 #define ADDR32 addr32
|
| config.log | 228 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 [all...] |
| config.status | 892 ${ac_dA}ADDR32${ac_dB}ADDR32${ac_dC}addr32${ac_dD} 935 ${ac_uA}ADDR32${ac_uB}ADDR32${ac_uC}addr32${ac_uD} [all...] |
| /external/clang/test/CodeGen/ |
| builtins-arm-exclusive.c | 40 // CHECK: [[ADDR32:%.*]] = bitcast i8* %addr to i32* 41 // CHECK: call i32 @llvm.arm.ldrex.p0i32(i32* [[ADDR32]]) 66 // CHECK: [[INTRES:%.*]] = tail call i32 @llvm.arm.ldrex.p0i32(i32* [[ADDR32]]) 70 // CHECK: [[INTRES:%.*]] = tail call i32 @llvm.arm.ldrex.p0i32(i32* [[ADDR32]]) 88 // CHECK: [[ADDR32:%.*]] = bitcast i8* %addr to i32* 89 // CHECK: call i32 @llvm.arm.strex.p0i32(i32 42, i32* [[ADDR32]]) 95 // CHECK: call i32 @llvm.arm.strex.p0i32(i32 1076754509, i32* [[ADDR32]]) 102 // CHECK: call i32 @llvm.arm.strex.p0i32(i32 [[INTVAL]], i32* [[ADDR32]])
|
| /frameworks/rs/cpu_ref/linkloader/lib/ |
| StubLayout.cpp | 84 uint32_t addr32 = (uint32_t)(uintptr_t)addr; local 85 uint16_t addr_hi16 = (addr32 >> 16) & 0xffff; 86 uint16_t addr_lo16 = addr32 & 0xffff;
|
| /external/openssh/ |
| addrmatch.c | 42 u_int32_t addr32[4]; member in union:xaddr::__anon26757 48 #define addr32 xa.addr32 macro 136 n->addr32[i] = 0xffffffffU; 138 n->addr32[i] = htonl((0xffffffff << (32 - l)) & 166 dst->addr32[i] &= b->addr32[i]; 248 n->addr32[i] = ~n->addr32[i]; 282 if (a->addr32[i] != 0 [all...] |
| /external/qemu-pc-bios/bochs/bios/ |
| rombios32start.S | 75 addr32 mov (%ebx), %al /* revision ID to see if x86_64 or x86 */ 84 addr32 movl %eax, (%ebx)
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZRegisterInfo.td | 97 defm ADDR32 : SystemZRegClass<"ADDR32", i32, 32, (sub GR32Bit, R0W)>; 100 // Not used directly, but needs to exist for ADDR32 and ADDR64 subregs
|
| SystemZInstrFormats.td | [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_mips_defs.h | 489 Addr32 target; 494 to it. May be conditional. Urr, use of Addr32 implicitly 497 Addr32 dstGA; /* next guest address */ 653 extern MIPSInstr *MIPSInstr_Call(MIPSCondCode, Addr32, UInt, HReg); 654 extern MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode, Addr32, UInt); 656 extern MIPSInstr *MIPSInstr_XDirect(Addr32 dstGA, MIPSAMode* amPC,
|
| host_x86_defs.h | 448 Addr32 target; 452 to it. May be conditional. Urr, use of Addr32 implicitly 455 Addr32 dstGA; /* next guest address */ 664 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int ); 665 extern X86Instr* X86Instr_XDirect ( Addr32 dstGA, X86AMode* amEIP,
|
| host_arm_defs.h | 687 to it. May be conditional. Urr, use of Addr32 implicitly 690 Addr32 dstGA; /* next guest address */ 964 extern ARMInstr* ARMInstr_XDirect ( Addr32 dstGA, ARMAMode1* amR15T,
|
| guest_mips_toIR.c | 61 static Addr32 guest_PC_bbstart; 65 static Addr32 guest_PC_curr_instr; 685 IRJumpKind kind, Addr32 d32 ) [all...] |
| /external/valgrind/main/coregrind/ |
| pub_core_gdbserver.h | 152 Addr32 invoke_gdbserver; 156 Addr32 threads;
|
| /external/elfutils/backends/ |
| ppc64_reloc.def | 29 RELOC_TYPE (ADDR32, REL|EXEC|DYN)
|
| ppc_reloc.def | 29 RELOC_TYPE (ADDR32, REL|EXEC|DYN)
|
| /external/grub/stage2/ |
| asm.S | 128 ADDR32 movl %ebp, EXT_C(install_second_sector) 139 ADDR32 movb %dl, EXT_C(boot_drive) 766 DATA32 ADDR32 ljmp (offset) 768 DATA32 ADDR32 ljmp *(offset) 815 DATA32 ADDR32 ljmp (offset) 817 DATA32 ADDR32 ljmp *(offset) 835 DATA32 ADDR32 lgdt gdtdesc 1709 ADDR32 movl $0, 0 [all...] |
| /external/valgrind/main/VEX/pub/ |
| libvex_basictypes.h | 116 typedef UInt Addr32;
|
| /external/valgrind/main/VEX/switchback/ |
| switchback.c | 444 Addr32 addr_of_nop = (Addr32)p; 445 Addr32 where_to_go = gst.guest_CIA;
|
| /external/valgrind/main/include/ |
| pub_tool_basics.h | 46 // Addr32, Addr64, HWord, HChar, Bool, False and True.
|