Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp10064 uint32_t sp_val = ReadCoreReg(SP_REG, &success); in EmulateSUBSPReg() local
10068 AddWithCarryResult res = AddWithCarry(sp_val, ~shifted, 1); in EmulateSUBSPReg()