Searched refs:bytemask (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.h | 203 CPSRWriteByInstr (uint32_t value, uint32_t bytemask, bool affect_execstate);
|
| HD | EmulateInstructionARM.cpp | 13121 EmulateInstructionARM::CPSRWriteByInstr (uint32_t value, uint32_t bytemask, bool affect_execstate) in CPSRWriteByInstr() argument 13127 if (BitIsSet (bytemask, 3)) in CPSRWriteByInstr() 13134 if (BitIsSet (bytemask, 2)) in CPSRWriteByInstr() 13139 if (BitIsSet (bytemask, 1)) in CPSRWriteByInstr() 13148 if (BitIsSet (bytemask, 0)) in CPSRWriteByInstr()
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrNEON.td | 1086 // MCOperand for 64-bit bytemask with each byte having only the 1408 // Vector Move Immediate - bytemask, per double word 1420 // Vector Move Immediate - bytemask, one doubleword
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog-2000 | 8662 * c-lex.c (lex_string): Use charwidth to compute bytemask.
|