Searched refs:bytemask (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 160 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
|
H A D | EmulateInstructionARM.cpp | 13993 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()
|
/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
H A D | neon-instructions.txt | 110 # Vector Move Immediate - bytemask, per doubleword 111 # Vector Move Immediate - bytemask, one doubleword
|