Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h203 CPSRWriteByInstr (uint32_t value, uint32_t bytemask, bool affect_execstate);
HDEmulateInstructionARM.cpp13121 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/
HDAArch64InstrNEON.td1086 // 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/
HDChangeLog-20008662 * c-lex.c (lex_string): Use charwidth to compute bytemask.