Searched refs:RelMove (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCDwarf.h | 232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enumerator 255 assert(Op == RelMove); in MCCFIInstruction()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 332 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIAdjustCfaOffset() 365 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIRelOffset()
|
D | MCDwarf.cpp | 576 case MCCFIInstruction::RelMove: { in EmitCFIInstruction() 579 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove; in EmitCFIInstruction()
|