Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dthunks_32.S11 .code32
36 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
38 1: .code32
Dthunks.S37 .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/llvm/test/MC/X86/
Dfixup-cpu-mode.s7 .code32
Daddress-size.s9 .code32
Dx86-branch-relaxation.s18 .code32
/external/u-boot/arch/x86/cpu/
Dstart_from_tpl.S13 .code32
Dcall32.S37 .code32
Dstart_from_spl.S13 .code32
Dwakeup.S17 .code32
Dstart.S34 .code32
Dsipi_vector.S88 .code32
/external/u-boot/arch/x86/lib/
Dbios_asm.S120 .code32
165 .code32
/external/u-boot/arch/x86/cpu/i386/
Dcall64.S13 .code32
/external/v8/src/builtins/
Dbuiltins-string-gen.cc811 TNode<Word32T> code32 = TruncateTaggedToWord32(context, code); in TF_BUILTIN() local
813 Signed(Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit))); in TF_BUILTIN()
832 TNode<Word32T> code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local
833 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
877 TNode<Word32T> code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local
879 Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
/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()