Searched refs:DecodeSignedOperand (Results 1 – 3 of 3) sorted by relevance
247 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function253 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function254 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()308 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()312 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()317 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
87 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,197 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
29 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";