Lines Matching defs:idx

754 fmt_call(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
789 fmt_sethi(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
800 if (idx == 0) {
827 fmt_branch(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
873 if (f->f2b.op2 == 0x01 && idx == 0x00 && f->f2b.p == 1 &&
1055 fmt_ls(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1079 if (idx == 0x2d || idx == 0x3d) {
1086 if (idx == 0x3d) {
1100 if (idx == 0x3d && f->f3.i == 0) {
1110 if (idx == 0x3c || idx == 0x3e)
1114 switch (idx) {
1206 iname = (idx == 0x21) ? "ldx" : "stx";
1323 dis_fmt_rdwr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1334 int rd = (idx < 0x30);
1347 switch (idx) {
1540 fmt_trap(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1616 prt_jmpl(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1655 fmt_alu(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1668 switch (idx) {
1682 switch (idx) {
1903 return (dis_fmt_rdwr(dhp, instr, inp, idx));
1914 return (prt_jmpl(dhp, instr, inp, idx));
1957 fmt_regwin(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1965 fmt_trap_ret(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1980 fmt_movcc(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2026 fmt_movr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2047 fmt_fpop1(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2070 fmt_fpop2(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2087 int is_cmp = (idx == 0x51 || idx == 0x52 || idx == 0x53 ||
2088 idx == 0x55 || idx == 0x56 || idx == 0x57);
2089 int is_fmov = (idx & 0x3f);
2102 switch (idx & 0x3f) {
2165 fmt_vis(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2175 if (idx == 0x081) {
2186 if (idx == 0x081) {
2199 fmt_fused(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2216 fmt_cbcond(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2266 fmt_crypto(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2287 fmt_crypto4op(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2296 if (idx == 0x8) {
2401 * idx is the numeric value of the register
2408 get_regname(dis_handle_t *dhp, int regset, uint32_t idx)
2414 regname = reg_names[idx];
2418 regname = freg_names[idx];
2424 regname = fdreg_names[idx];
2426 regname = compat_fdreg_names[idx];
2432 regname = fqreg_names[idx];
2434 regname = freg_names[idx];
2439 regname = cpreg_names[idx];
2443 regname = icc_names[idx];
2447 regname = fcc_names[idx];