Searched refs:SystemZ_map_register (Results 1 – 3 of 3) sorted by relevance
20 sysz_reg SystemZ_map_register(unsigned int r);
64 …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()
5092 sysz_reg SystemZ_map_register(unsigned int r) in SystemZ_map_register() function