Home
last modified time | relevance | path

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

/external/capstone/arch/SystemZ/
DSystemZDisassembler.c63 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); in DecodeGR64BitRegisterClass()
75 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); in DecodeADDR64BitRegisterClass()
270 return decodeBDAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp12Operand()
276 return decodeBDAddr20Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp20Operand()
282 return decodeBDXAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDXAddr64Disp12Operand()
288 return decodeBDXAddr20Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDXAddr64Disp20Operand()
294 return decodeBDLAddr12Len8Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDLAddr64Disp12Len8Operand()
DSystemZMCTargetDesc.c34 const unsigned SystemZMC_GR64Regs[16] = { variable
80 Map[SystemZMC_GR64Regs[I]] = I; in SystemZMC_getFirstReg()
DSystemZMCTargetDesc.h24 extern const unsigned SystemZMC_GR64Regs[16];