Searched refs:BXWritePC (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h166 bool BXWritePC(Context &context, uint32_t addr);
H A DEmulateInstructionARM.cpp2116 BXWritePC(target);
2159 if (!BXWritePC(context, target))
2174 BXWritePC(R[m]);
2202 if (!BXWritePC(context, target))
2223 BXWritePC(R[m]);
2260 if (!BXWritePC(context, target))
14043 // As a side effect, BXWritePC sets context.arg2 to eModeARM or eModeThumb by
14045 bool EmulateInstructionARM::BXWritePC(Context &context, uint32_t addr) { function in class:EmulateInstructionARM
14078 // Dispatches to either BXWritePC or BranchWritePC based on architecture
14082 return BXWritePC(contex
[all...]

Completed in 144 milliseconds