Lines Matching refs:idx

698 fmt_call(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
734 fmt_sethi(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
746 if (idx == 0) {
773 fmt_branch(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
820 if (f->f2b.op2 == 0x01 && idx == 0x00 && f->f2b.p == 1 &&
1003 fmt_ls(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1028 if (idx == 0x2d || idx == 0x3d) {
1035 if (idx == 0x3d) {
1049 if (idx == 0x3d && f->f3.i == 0) {
1059 if (idx == 0x3c || idx == 0x3e)
1063 switch (idx) {
1155 iname = (idx == 0x21) ? "ldx" : "stx";
1273 dis_fmt_rdwr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1285 int rd = (idx < 0x30);
1298 switch (idx) {
1486 fmt_trap(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1563 prt_jmpl(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1603 fmt_alu(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1617 switch (idx) {
1631 switch (idx) {
1852 return (dis_fmt_rdwr(dhp, instr, inp, idx));
1863 return (prt_jmpl(dhp, instr, inp, idx));
1906 fmt_regwin(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1914 fmt_trap_ret(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1929 fmt_movcc(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1976 fmt_movr(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
1998 fmt_fpop1(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2022 fmt_fpop2(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2040 int is_cmp = (idx == 0x51 || idx == 0x52 || idx == 0x53 ||
2041 idx == 0x55 || idx == 0x56 || idx == 0x57);
2042 int is_fmov = (idx & 0x3f);
2055 switch (idx & 0x3f) {
2118 fmt_vis(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2129 if (idx == 0x081) {
2140 if (idx == 0x081) {
2153 fmt_fused(dis_handle_t *dhp, uint32_t instr, const inst_t *inp, int idx)
2259 * idx is the numeric value of the register
2266 get_regname(dis_handle_t *dhp, int regset, uint32_t idx)
2273 regname = reg_names[idx];
2277 regname = freg_names[idx];
2283 regname = fdreg_names[idx];
2285 regname = compat_fdreg_names[idx];
2291 regname = fqreg_names[idx];
2293 regname = freg_names[idx];
2298 regname = cpreg_names[idx];
2302 regname = icc_names[idx];
2306 regname = fcc_names[idx];