Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h261 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
267 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
268 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
322 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
326 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
331 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp87 DecodeSignedOperand(MCInst &Inst, unsigned InsnS, uint64_t Address = 0,
207 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td28 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";