Searched refs:DecodeSignedOperand (Results 1 – 3 of 3) sorted by relevance
240 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function246 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function247 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()
87 DecodeSignedOperand(MCInst &Inst, unsigned InsnS, uint64_t Address = 0,207 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
28 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";