• Home
  • Raw
  • Download

Lines Matching defs:Inst

37 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs)  in decodeRegisterClass()
48 static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
54 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
60 static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
66 static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
72 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
78 static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
84 static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
90 static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
96 static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm) in decodeUImmOperand()
103 static DecodeStatus decodeSImmOperand(MCInst *Inst, uint64_t Imm, unsigned N) in decodeSImmOperand()
110 static DecodeStatus decodeAccessRegOperand(MCInst *Inst, uint64_t Imm, in decodeAccessRegOperand()
116 static DecodeStatus decodeU4ImmOperand(MCInst *Inst, uint64_t Imm, in decodeU4ImmOperand()
122 static DecodeStatus decodeU6ImmOperand(MCInst *Inst, uint64_t Imm, in decodeU6ImmOperand()
128 static DecodeStatus decodeU8ImmOperand(MCInst *Inst, uint64_t Imm, in decodeU8ImmOperand()
134 static DecodeStatus decodeU16ImmOperand(MCInst *Inst, uint64_t Imm, in decodeU16ImmOperand()
140 static DecodeStatus decodeU32ImmOperand(MCInst *Inst, uint64_t Imm, in decodeU32ImmOperand()
146 static DecodeStatus decodeS8ImmOperand(MCInst *Inst, uint64_t Imm, in decodeS8ImmOperand()
152 static DecodeStatus decodeS16ImmOperand(MCInst *Inst, uint64_t Imm, in decodeS16ImmOperand()
158 static DecodeStatus decodeS32ImmOperand(MCInst *Inst, uint64_t Imm, in decodeS32ImmOperand()
164 static DecodeStatus decodePCDBLOperand(MCInst *Inst, uint64_t Imm, in decodePCDBLOperand()
172 static DecodeStatus decodePC16DBLOperand(MCInst *Inst, uint64_t Imm, in decodePC16DBLOperand()
178 static DecodeStatus decodePC32DBLOperand(MCInst *Inst, uint64_t Imm, in decodePC32DBLOperand()
185 static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr12Operand()
198 static DecodeStatus decodeBDAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr20Operand()
210 static DecodeStatus decodeBDXAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr12Operand()
225 static DecodeStatus decodeBDXAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr20Operand()
240 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst *Inst, uint64_t Field, in decodeBDLAddr12Len8Operand()
255 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp12Operand()
261 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp20Operand()
267 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr64Disp12Operand()
273 static DecodeStatus decodeBDAddr64Disp20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr64Disp20Operand()
279 static DecodeStatus decodeBDXAddr64Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr64Disp12Operand()
285 static DecodeStatus decodeBDXAddr64Disp20Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr64Disp20Operand()
291 static DecodeStatus decodeBDLAddr64Disp12Len8Operand(MCInst *Inst, uint64_t Field, in decodeBDLAddr64Disp12Len8Operand()
303 uint64_t Inst; in SystemZ_getInstruction() local