Home
last modified time | relevance | path

Searched refs:code32 (Results 1 – 17 of 17) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dthunks_32.S19 .code32
44 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
46 1: .code32
Dthunks.S45 .code32
/external/syzkaller/executor/
Dkvm.S12 .code32
25 .code32
34 .code32
43 .code32
55 .code32
89 .code32
113 .code32
/external/llvm/test/MC/X86/
Dfixup-cpu-mode.s7 .code32
Daddress-size.s9 .code32
Dx86-branch-relaxation.s18 .code32
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dfixup-cpu-mode.s7 .code32
Daddress-size.s9 .code32
Dx86-branch-relaxation.s18 .code32
/external/u-boot/arch/x86/lib/
Dbios_asm.S120 .code32
165 .code32
/external/u-boot/arch/x86/cpu/
Dcall32.S37 .code32
Dwakeup.S17 .code32
Dstart.S21 .code32
Dsipi_vector.S88 .code32
/external/u-boot/arch/x86/cpu/i386/
Dcall64.S13 .code32
/external/dng_sdk/source/
Ddng_info.cpp1775 bool code32 = false; in ParseDNGPrivateData() local
1784 code32 = true; in ParseDNGPrivateData()
1837 uint32 tagCode = code32 ? stream.Get_uint32 () in ParseDNGPrivateData()
/external/v8/src/builtins/
Dbuiltins-string-gen.cc655 Node* code32 = TruncateTaggedToWord32(context, code); in TF_BUILTIN() local
657 Signed(Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit))); in TF_BUILTIN()
678 Node* code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local
679 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
725 Node* code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local
727 Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()