HomeSort by relevance Sort by last modified time
    Searched defs:lowerIndirectJump (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 291 void TargetX8632::lowerIndirectJump(Variable *JumpTarget) {
396 lowerIndirectJump(T_ecx);
IceTargetLoweringX8664.cpp 591 void TargetX8664::lowerIndirectJump(Variable *JumpTarget) {
725 // lowerIndirectJump(T_ecx);
IceTargetLoweringX86Base.h 346 void lowerIndirectJump(Variable *JumpTarget) {
349 dispatchToConcrete(&Traits::ConcreteTarget::lowerIndirectJump,
    [all...]

Completed in 45 milliseconds