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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 239 // be slightly faster to search for the GetIP instruction before other prolog
242 Traits::Insts::GetIP *GetIPInst = nullptr;
245 if (auto *GetIP = llvm::dyn_cast<Traits::Insts::GetIP>(&Instr)) {
247 GetIPInst = GetIP;
278 Context.insert<Traits::Insts::GetIP>(CallDest);
318 Context.insert<Traits::Insts::GetIP>(RebasePtr);
IceInstX86Base.h 104 GetIP,
300 return InstX86Base::isClassof(Instr, InstX86Base::GetIP);
    [all...]
IceInstX86BaseImpl.h 62 : InstX86Base(Func, InstX86Base::GetIP, 0, Dest) {}
452 Str << " = call getIP";
    [all...]
  /external/boringssl/src/crypto/test/
abi_test.cc 288 // GetIP returns the instruction pointer at the current frame.
289 UnwindStatusOr<crypto_word_t> GetIP() { return ctx_.Rip; }
339 starting_ip_ = GetIP().ValueOrDie("Error getting instruction pointer");
352 // GetIP returns the instruction pointer at the current frame.
353 UnwindStatusOr<crypto_word_t> GetIP() {
522 cursor->GetIP().ValueOrDie("Error getting instruction pointer");
578 UnwindStatusOr<crypto_word_t> cur_ip = cursor->GetIP();

Completed in 2300 milliseconds