Searched refs:x86 (Results 26 - 50 of 55) sorted by relevance

123

/art/compiler/utils/x86/
H A Dmanaged_register_x86.cc22 namespace x86 { namespace in namespace:art
119 } // namespace x86
H A Dassembler_x86.h33 namespace x86 { namespace in namespace:art
256 friend class x86::X86Assembler;
853 } // namespace x86
H A Dmanaged_register_x86_test.cc22 namespace x86 { namespace in namespace:art
358 } // namespace x86
/art/runtime/arch/x86/
H A Dcontext_x86.cc23 namespace x86 { namespace in namespace:art
128 } // namespace x86
/art/compiler/jni/quick/
H A Dcalling_convention.cc38 #include "jni/quick/x86/calling_convention_x86.h"
83 new (arena) x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty));
179 new (arena) x86::X86JniCallingConvention(is_static, is_synchronized, shorty));
/art/compiler/optimizing/
H A Doptimizing_cfi_test_expected.inc6 0x42, 0x0E, 0x0C, 0x85, 0x03, 0x86, 0x02, 0x8E, 0x01, 0x44, 0x0E, 0x14,
74 0x41, 0x0E, 0x08, 0x86, 0x02, 0x41, 0x0E, 0x0C, 0x85, 0x03, 0x43, 0x0E,
107 0x41, 0x0E, 0x10, 0x86, 0x04, 0x41, 0x0E, 0x18, 0x83, 0x06, 0x44, 0x0E,
256 0x42, 0x0E, 0x0C, 0x85, 0x03, 0x86, 0x02, 0x8E, 0x01, 0x44, 0x0E, 0x14,
H A Dlinearize_test.cc19 #include "arch/x86/instruction_set_features_x86.h"
45 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
H A Dliveness_test.cc17 #include "arch/x86/instruction_set_features_x86.h"
54 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
H A Dpc_relative_fixups_x86.cc22 namespace x86 { namespace in namespace:art
266 } // namespace x86
H A Doptimizing_compiler.cc381 // Read barrier are supported on ARM, ARM64, x86 and x86-64 at the moment.
467 x86::PcRelativeFixups* pc_relative_fixups =
468 new (arena) x86::PcRelativeFixups(graph, codegen, stats);
H A Dcode_generator_x86.h20 #include "arch/x86/instruction_set_features_x86.h"
26 #include "utils/x86/assembler_x86.h"
29 namespace x86 { namespace in namespace:art
613 } // namespace x86
H A Dconstant_folding_test.cc19 #include "arch/x86/instruction_set_features_x86.h"
67 x86::CodeGeneratorX86 codegenX86(graph_, *features_x86.get(), CompilerOptions());
H A Dcode_generator.cc603 new (arena) x86::CodeGeneratorX86(graph,
/art/build/
H A DAndroid.gtest.mk191 runtime/arch/x86/instruction_set_features_x86_test.cc \
326 compiler/linker/x86/relative_patcher_x86_test.cc \
327 compiler/utils/x86/managed_register_x86_test.cc \
392 compiler/utils/x86/assembler_x86_test.cc \
497 $(HOST_OUT)/lib64/valgrind/memcheck-x86-linux \
500 $(HOST_OUT)/lib64/valgrind/vgpreload_core-x86-linux.so \
502 $(HOST_OUT)/lib64/valgrind/vgpreload_memcheck-x86-linux.so
H A DAndroid.common_build.mk267 ART_TARGET_CODEGEN_ARCHS += x86
277 ART_HOST_CODEGEN_ARCHS += x86
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc21 #include "utils/x86/managed_register_x86.h"
24 namespace x86 { namespace in namespace:art
221 } // namespace x86
/art/compiler/trampolines/
H A Dtrampoline_compiler.cc39 #include "utils/x86/assembler_x86.h"
184 namespace x86 { namespace in namespace:art
189 // All x86 trampolines call via the Thread* held in fs.
201 } // namespace x86
210 // All x86 trampolines call via the Thread* held in gs.
269 return x86::CreateTrampoline(&arena, offset);
/art/compiler/jni/
H A Djni_cfi_test_expected.inc8 0x44, 0x0E, 0x1C, 0x85, 0x07, 0x86, 0x06, 0x87, 0x05, 0x88, 0x04, 0x8A,
192 0x41, 0x0E, 0x08, 0x87, 0x02, 0x41, 0x0E, 0x0C, 0x86, 0x03, 0x41, 0x0E,
249 0x20, 0x8D, 0x08, 0x42, 0x0E, 0x28, 0x8C, 0x0A, 0x41, 0x0E, 0x30, 0x86,
/art/compiler/utils/
H A Dassembler.cc36 #include "x86/assembler_x86.h"
153 return std::unique_ptr<Assembler>(new (arena) x86::X86Assembler(arena));
/art/disassembler/
H A Ddisassembler_x86.cc29 namespace x86 { namespace in namespace:art
393 case 0x86: case 0x87:
397 byte_operand = (*instr == 0x86);
829 case 0x80: case 0x81: case 0x82: case 0x83: case 0x84: case 0x85: case 0x86: case 0x87:
1401 } // namespace x86
/art/test/etc/
H A Drun-test-jar12 ARCHITECTURES_32="(arm|x86|mips|none)"
32 ISA=x86
539 elif [ "$ISA" = "x86" ]; then
/art/test/
H A Drun-test413 grep32bit=`ls ${ANDROID_PRODUCT_OUT}/data/art-test | grep -E '^(arm|x86|mips)$'`
426 host_arch_name="x86"
463 export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out/}host/linux-x86
667 # Optimizing has read barrier support for ARM, ARM64, x86 and x86-64 at the
H A DAndroid.run-test.mk528 # more parallel moves on x86, thus some Checker assertions may fail.
531 # 537: Expects an array copy to be intrinsified on x86-64, but calling-on-slowpath intrinsics are
896 # Override of host instruction-set-features. Required to test advanced x86 intrinsics. The
/art/compiler/debug/dwarf/
H A Ddwarf_constants.h390 DW_OP_breg22 = 0x86,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java457 addOpcodeInfo(Opcode.LONG_TO_DOUBLE, "long-to-double", 0x86, new Format12x());

Completed in 1512 milliseconds

123