HomeSort by: relevance | last modified time | path
    Searched refs:DecodeSignedOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 241 static int32_t DecodeSignedOperand(uint32_t Operand) {
247 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) {
248 return DecodeSignedOperand(GetCompressedAnnotation(Annotations));
302 Result.S1 = DecodeSignedOperand(Next);
306 Result.S1 = DecodeSignedOperand(Next);
311 Result.S1 = DecodeSignedOperand(Annotation >> 4);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/
ARCDisassembler.cpp 86 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
196 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,

Completed in 40 milliseconds