Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp350 uint64_t rb_val = ReadRegisterUnsigned(eRegisterKindLLDB, rb, 0, &success); in EmulateOR() local
353 WriteRegisterUnsigned(ctx, eRegisterKindLLDB, ra, rb_val); in EmulateOR()