Home
last modified time | relevance | path

Searched refs:kNearJump (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DControlFlow.cpp196 __ jmp(&Done, AssemblerX8632::kNearJump); \ in TEST_F()
DXmmArith.cpp1542 static constexpr char NearBranch = AssemblerX8632::kNearJump; \ in TEST_F()
1575 static constexpr char NearBranch = AssemblerX8632::kNearJump; \ in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DControlFlow.cpp252 __ jmp(&Done, AssemblerX8664::kNearJump); \ in TEST_F()
DXmmArith.cpp1625 static constexpr char NearBranch = AssemblerX8664::kNearJump; \ in TEST_F()
1657 static constexpr char NearBranch = AssemblerX8664::kNearJump; \ in TEST_F()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h143 static const bool kNearJump = true; variable