Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h160 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
H A DEmulateInstructionARM.cpp13993 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr() argument
13999 if (BitIsSet(bytemask, 3)) { in CPSRWriteByInstr()
14005 if (BitIsSet(bytemask, 2)) { in CPSRWriteByInstr()
14009 if (BitIsSet(bytemask, 1)) { in CPSRWriteByInstr()
14017 if (BitIsSet(bytemask, 0)) { in CPSRWriteByInstr()