Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h240 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
246 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
247 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
301 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
305 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
310 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h345 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
406 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
410 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
415 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp86 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
196 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp87 DecodeSignedOperand(MCInst &Inst, unsigned InsnS, uint64_t Address = 0,
207 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrFormats.td28 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCInstrFormats.td28 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";