Home | History | Annotate | Download | only in config

Lines Matching defs:getreg_image

1090 getreg_image (reg r)
1188 && ((getreg_image (cur_arg->r) == 12)
1189 || (getreg_image (cur_arg->r) == 13)
1190 || (getreg_image (cur_arg->r) == 14)
1191 || (getreg_image (cur_arg->r) == 15)))
1878 CR16_PRINT (0, getreg_image (arg->r), shift);
1902 CR16_PRINT (0, getreg_image (arg->i_r) & 1, 3);
1907 CR16_PRINT (0, getreg_image (arg->i_r) & 1, 19);
1913 CR16_PRINT (0, getreg_image (arg->i_r) & 1,
1925 CR16_PRINT (0, getreg_image (arg->r), shift);
1931 CR16_PRINT (0, getreg_image (arg->r), shift - 16);
2082 reg_val = getreg_image (insn->arg[1].r);
2099 reg_val = getreg_image (insn->arg[1].r);
2122 if (getreg_image (insn->arg[1].r) == getreg_image (sp))
2130 if ((1 << getreg_image (insn->arg[0].r)) & insn->arg[1].constant)
2132 getreg_image (insn->arg[0].r));