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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRFixupKinds.h 142 template <typename T> inline void adjustBranchTarget(T &val) { val >>= 1; }
AVRMCCodeEmitter.cpp 109 AVR::fixups::adjustBranchTarget(target);
219 AVR::fixups::adjustBranchTarget(Target);
AVRAsmBackend.cpp 83 AVR::fixups::adjustBranchTarget(Value);
96 AVR::fixups::adjustBranchTarget(Value);

Completed in 103 milliseconds