HomeSort by relevance Sort by last modified time
    Searched defs:x86 (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /art/runtime/arch/x86/
registers_x86.cc 22 namespace x86 { namespace in namespace:art
36 } // namespace x86
context_x86.cc 25 namespace x86 { namespace in namespace:art
131 } // namespace x86
callee_save_frame_x86.h 29 namespace x86 { namespace in namespace:art
32 (1 << art::x86::kNumberOfCpuRegisters); // Fake return address callee save.
34 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
36 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
38 (1 << art::x86::EAX) | (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX)
    [all...]
registers_x86.h 25 namespace x86 { namespace in namespace:art
56 } // namespace x86
  /external/swiftshader/src/Reactor/
x86.hpp 22 namespace x86 namespace in namespace:rr
  /art/compiler/optimizing/
instruction_simplifier_x86.h 25 namespace x86 { namespace in namespace:art
41 } // namespace x86
pc_relative_fixups_x86.h 27 namespace x86 { namespace in namespace:art
43 } // namespace x86
x86_memory_gen.h 26 namespace x86 { namespace in namespace:art
43 } // namespace x86
intrinsics_x86.h 28 namespace x86 { namespace in namespace:art
81 } // namespace x86
x86_memory_gen.cc 22 namespace x86 { namespace in namespace:art
85 } // namespace x86
instruction_simplifier_x86.cc 22 namespace x86 { namespace in namespace:art
86 } // namespace x86
  /external/capstone/cstool/
cstool_x86.c 14 cs_x86 *x86; local
20 x86 = &(ins->detail->x86);
22 print_string_hex("\tPrefix:", x86->prefix, 4);
24 print_string_hex("\tOpcode:", x86->opcode, 4);
26 printf("\trex: 0x%x\n", x86->rex);
28 printf("\taddr_size: %u\n", x86->addr_size);
29 printf("\tmodrm: 0x%x\n", x86->modrm);
30 printf("\tdisp: 0x%x\n", x86->disp);
34 printf("\tsib: 0x%x\n", x86->sib)
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 24 namespace x86 { namespace in namespace:art
55 // Implements the x86 cdecl calling convention.
79 // x86 needs to extend small return types.
91 } // namespace x86
  /art/compiler/utils/x86/
jni_macro_assembler_x86.h 31 namespace x86 { namespace in namespace:art
181 } // namespace x86
managed_register_x86_test.cc 23 namespace x86 { namespace in namespace:art
359 } // namespace x86
managed_register_x86.cc 22 namespace x86 { namespace in namespace:art
119 } // namespace x86
  /art/compiler/trampolines/
trampoline_compiler.cc 40 #include "utils/x86/assembler_x86.h"
203 namespace x86 { namespace in namespace:art
208 // All x86 trampolines call via the Thread* held in fs.
220 } // namespace x86
229 // All x86 trampolines call via the Thread* held in gs.
288 return x86::CreateTrampoline(&allocator, offset);
  /art/disassembler/
disassembler_x86.h 23 namespace x86 { namespace in namespace:art
49 } // namespace x86
  /external/capstone/suite/MC/X86/
x86-32-ms-inline-asm.s.cs 8 0x8b,0x04,0x86 = movl (%esi, %eax, 4), %eax package
9 0x8b,0x04,0x86 = movl (%esi, %eax, 4), %eax package
  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 78 void SetContextX86(MDRawContextX86* x86);
94 MDRawContextX86* x86; member in union:google_breakpad::DumpContext::__anon22689
  /external/libaom/libaom/build/cmake/
rtcd.pl 260 sub x86() { subroutine
272 #include "aom_ports/x86.h"
413 if ($opts{arch} eq 'x86') {
415 x86;
420 x86;
  /external/libvpx/libvpx/build/make/
rtcd.pl 251 sub x86() { subroutine
263 #include "vpx_ports/x86.h"
404 if ($opts{arch} eq 'x86') {
406 x86;
411 x86;
  /art/compiler/utils/
label.h 40 namespace x86 { namespace in namespace:art
43 } // namespace x86
122 friend class x86::X86Assembler;
123 friend class x86::NearLabel;
managed_register.h 40 namespace x86 { namespace in namespace:art
42 } // namespace x86
61 constexpr x86::X86ManagedRegister AsX86() const;
  /bionic/tools/versioner/src/
Arch.h 33 x86, member in class:Arch
128 Arch::x86,
137 { Arch::x86, "i686-linux-android" },
148 { Arch::x86, 9 },

Completed in 1626 milliseconds

1 2 3 4