Home
last modified time | relevance | path

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

/external/capstone/arch/SystemZ/
DSystemZMapping.h20 sysz_reg SystemZ_map_register(unsigned int r);
DSystemZInstPrinter.c64 …sysz.operands[MI->flat_insn->detail->sysz.op_count].mem.base = (uint8_t)SystemZ_map_register(Base); in printAddress()
65 …sz.operands[MI->flat_insn->detail->sysz.op_count].mem.index = (uint8_t)SystemZ_map_register(Index); in printAddress()
85 reg = SystemZ_map_register(reg); in _printOperand()
358 …sysz.operands[MI->flat_insn->detail->sysz.op_count].mem.base = (uint8_t)SystemZ_map_register(Base); in printBDLAddrOperand()
DSystemZMapping.c5092 sysz_reg SystemZ_map_register(unsigned int r) in SystemZ_map_register() function