Home
last modified time | relevance | path

Searched refs:RelMove (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enumerator
255 assert(Op == RelMove); in MCCFIInstruction()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCStreamer.cpp332 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIAdjustCfaOffset()
365 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIRelOffset()
DMCDwarf.cpp576 case MCCFIInstruction::RelMove: { in EmitCFIInstruction()
579 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove; in EmitCFIInstruction()