Home
last modified time | relevance | path

Searched defs:Jmp (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h200 void Jmp(uintptr_t target) { in Jmp() function
207 void Jmp(const void* target) { Jmp(bit_cast<uintptr_t>(target)); } in Jmp() function
Dx86_64.h196 void Jmp(uintptr_t target) { in Jcc() function
209 void Jmp(const void* target) { Jmp(bit_cast<uintptr_t>(target)); } in Jcc() function
Dx86_32_and_x86_64.h883 inline void Assembler<DerivedAssemblerType>::Jmp(const Label& label) { in Jmp() function
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsetjmp_test.cc28 TEST(SetJmp, Jmp) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DControlFlow.cpp202 TEST_F(AssemblerX8664Test, Jmp) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DControlFlow.cpp146 TEST_F(AssemblerX8632Test, Jmp) { in TEST_F() argument
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h101 static NewSense Jmp(bool isNVJ) { in Jmp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp609 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp558 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp776 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp634 ConstantInt *Jmp = ConstantInt::get(Int8Ty, kJmpPCRel32Code); in createJumpTableEntry() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h226 Jmp, enumerator
3167 using Jmp = InstX86Jmp; member
H A DIceInstX8664.h165 Jmp, enumerator
3066 using Jmp = InstX86Jmp; member
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc2201 TEST_F(AssemblerX86_64Test, Jmp) { in TEST_F() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinioctl.h2269 UCHAR Jmp[3]; member
/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/
Dinsn_def_x86.json1590 "Jmp": { "opcodes": [ "FF", "4" ] } object