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

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

Completed in 165 milliseconds