Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h241 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
247 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
248 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
302 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
306 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
311 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp86 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
196 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrFormats.td28 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";