Home
last modified time | relevance | path

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

/external/capstone/arch/SystemZ/
DSystemZDisassembler.c65 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); in DecodeGR64BitRegisterClass()
77 return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); in DecodeADDR64BitRegisterClass()
372 return decodeBDAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp12Operand()
378 return decodeBDAddr20Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDAddr64Disp20Operand()
384 return decodeBDXAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDXAddr64Disp12Operand()
390 return decodeBDXAddr20Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDXAddr64Disp20Operand()
396 return decodeBDLAddr12Len8Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDLAddr64Disp12Len4Operand()
402 return decodeBDLAddr12Len8Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDLAddr64Disp12Len8Operand()
408 return decodeBDRAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDRAddr64Disp12Operand()
414 return decodeBDVAddr12Operand(Inst, Field, SystemZMC_GR64Regs); in decodeBDVAddr64Disp12Operand()
DSystemZMCTargetDesc.h24 extern const unsigned SystemZMC_GR64Regs[16];
DSystemZMCTargetDesc.c34 const unsigned SystemZMC_GR64Regs[16] = { variable
127 Map[SystemZMC_GR64Regs[I]] = I; in SystemZMC_getFirstReg()