HomeSort by: relevance | last modified time | path
    Searched defs:getreg_image (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1059 getreg_image (int r) function
1210 CRX_PRINT (0, getreg_image (arg->r), shift);
1217 CRX_PRINT (0, getreg_image (arg->cr), shift);
1224 CRX_PRINT (0, getreg_image (arg->cr), shift);
1232 CRX_PRINT (0, getreg_image (arg->r), 12);
1233 CRX_PRINT (0, getreg_image (arg->i_r), 8);
1242 CRX_PRINT (0, getreg_image (arg->r), shift);
1253 CRX_PRINT (0, getreg_image (arg->r), shift);
1620 if (getreg_image (insn->arg[0].r) == getreg_image (sp)
    [all...]
tc-cr16.c 1090 getreg_image (reg r) function
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)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1059 getreg_image (int r) function
1210 CRX_PRINT (0, getreg_image (arg->r), shift);
1217 CRX_PRINT (0, getreg_image (arg->cr), shift);
1224 CRX_PRINT (0, getreg_image (arg->cr), shift);
1232 CRX_PRINT (0, getreg_image (arg->r), 12);
1233 CRX_PRINT (0, getreg_image (arg->i_r), 8);
1242 CRX_PRINT (0, getreg_image (arg->r), shift);
1253 CRX_PRINT (0, getreg_image (arg->r), shift);
1620 if (getreg_image (insn->arg[0].r) == getreg_image (sp)
    [all...]
tc-cr16.c 1093 getreg_image (reg r) function
1191 && ((getreg_image (cur_arg->r) == 12)
1192 || (getreg_image (cur_arg->r) == 13)
1193 || (getreg_image (cur_arg->r) == 14)
1194 || (getreg_image (cur_arg->r) == 15)))
1881 CR16_PRINT (0, getreg_image (arg->r), shift);
1905 CR16_PRINT (0, getreg_image (arg->i_r) & 1, 3);
1910 CR16_PRINT (0, getreg_image (arg->i_r) & 1, 19);
1916 CR16_PRINT (0, getreg_image (arg->i_r) & 1,
1928 CR16_PRINT (0, getreg_image (arg->r), shift)
    [all...]

Completed in 23 milliseconds