Home
last modified time | relevance | path

Searched refs:IsMore (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLEB128.cpp33 bool IsMore; in getSLEB128Size() local
38 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
40 } while (IsMore); in getSLEB128Size()
/external/llvm/lib/Support/
DLEB128.cpp33 bool IsMore; in getSLEB128Size() local
38 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
40 } while (IsMore); in getSLEB128Size()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp46 bool IsMore; in EmitSLEB128() local
51 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in EmitSLEB128()
52 if (IsMore) Byte |= 0x80; in EmitSLEB128()
54 } while (IsMore); in EmitSLEB128()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfo.cpp116 bool IsMore; in getSLEB128Size() local
121 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
123 } while (IsMore); in getSLEB128Size()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h190 bool IsMore; in emitSLEB128Bytes() local
195 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()
196 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()
198 } while (IsMore); in emitSLEB128Bytes()
DJITCodeEmitter.h195 bool IsMore; in emitSLEB128Bytes() local
200 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()
201 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()
203 } while (IsMore); in emitSLEB128Bytes()
DBinaryObject.h315 bool IsMore; in emitSLEB128Bytes() local
320 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()
321 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()
323 } while (IsMore); in emitSLEB128Bytes()