/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_32.h | 200 void Jmp(uintptr_t target) { in Jmp() function 207 void Jmp(const void* target) { Jmp(bit_cast<uintptr_t>(target)); } in Jmp() function
|
D | x86_64.h | 196 void Jmp(uintptr_t target) { in Jcc() function 209 void Jmp(const void* target) { Jmp(bit_cast<uintptr_t>(target)); } in Jcc() function
|
D | x86_32_and_x86_64.h | 883 inline void Assembler<DerivedAssemblerType>::Jmp(const Label& label) { in Jmp() function
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | setjmp_test.cc | 28 TEST(SetJmp, Jmp) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | ControlFlow.cpp | 202 TEST_F(AssemblerX8664Test, Jmp) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | ControlFlow.cpp | 146 TEST_F(AssemblerX8632Test, Jmp) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 101 static NewSense Jmp(bool isNVJ) { in Jmp() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 609 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRotation.cpp | 558 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 D | LoopRotationUtils.cpp | 776 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 634 ConstantInt *Jmp = ConstantInt::get(Int8Ty, kJmpPCRel32Code); in createJumpTableEntry() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 226 Jmp, enumerator 3167 using Jmp = InstX86Jmp; member
|
H A D | IceInstX8664.h | 165 Jmp, enumerator 3066 using Jmp = InstX86Jmp; member
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64_test.cc | 2201 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/ |
D | winioctl.h | 2269 UCHAR Jmp[3]; member
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/ |
D | insn_def_x86.json | 1590 "Jmp": { "opcodes": [ "FF", "4" ] } object
|