Searched defs:const_args (Results 1 - 8 of 8) sorted by relevance

/external/qemu/tcg/x86_64/
H A Dtcg-target.c907 const int *const_args)
932 if (const_args[0]) {
939 if (const_args[0]) {
1030 if (const_args[2]) {
1052 if (const_args[2]) {
1060 if (const_args[2]) {
1075 if (const_args[2]) {
1105 if (const_args[2]) {
1132 if (const_args[2]) {
1157 tcg_out_brcond(s, args[2], args[0], args[1], const_args[
906 tcg_out_op(TCGContext *s, int opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/arm/
H A Dtcg-target.c1413 const TCGArg *args, const int *const_args)
1462 if (const_args[0])
1468 if (const_args[0])
1528 if (const_args[2]) {
1562 c = const_args[2] ?
1566 c = const_args[2] ? (args[2] & 0x1f) ? SHIFT_IMM_LSR(args[2] & 0x1f) :
1570 c = const_args[2] ? (args[2] & 0x1f) ? SHIFT_IMM_ASR(args[2] & 0x1f) :
1574 c = const_args[2] ? (args[2] & 0x1f) ? SHIFT_IMM_ROR(args[2] & 0x1f) :
1582 if (const_args[2]) {
1595 if (const_args[
1412 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c1257 const int *const_args)
1268 if (const_args[0]) {
1320 if (const_args[2]) {
1328 if (const_args[1]) {
1329 if (const_args[2]) {
1335 } else if (const_args[2]) {
1343 if (const_args[2]) {
1351 if (const_args[2]) {
1363 if (const_args[2]) {
1371 if (const_args[
1256 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c797 const int *const_args, int small)
803 tcg_out_brcond32(s, TCG_COND_NE, args[0], args[2], const_args[2],
805 tcg_out_brcond32(s, TCG_COND_EQ, args[1], args[3], const_args[3],
809 tcg_out_brcond32(s, TCG_COND_NE, args[0], args[2], const_args[2],
811 tcg_out_brcond32(s, TCG_COND_NE, args[1], args[3], const_args[3],
815 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3],
818 tcg_out_brcond32(s, TCG_COND_LTU, args[0], args[2], const_args[2],
822 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3],
825 tcg_out_brcond32(s, TCG_COND_LEU, args[0], args[2], const_args[2],
829 tcg_out_brcond32(s, TCG_COND_GT, args[1], args[3], const_args[
796 tcg_out_brcond2(TCGContext *s, const TCGArg *args, const int *const_args, int small) argument
894 tcg_out_setcond2(TCGContext *s, const TCGArg *args, const int *const_args) argument
1432 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c1079 const int *const_args)
1098 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 6);
1099 tcg_out_cmp (s, cond, args[1], args[3], const_args[3], 7);
1111 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
1113 const_args[2], 7);
1232 const int *const_args)
1234 tcg_out_cr7eq_from_cond (s, args + 1, const_args + 1);
1257 const int *const_args)
1259 tcg_out_cr7eq_from_cond (s, args, const_args);
1295 const int *const_args)
1078 tcg_out_cr7eq_from_cond(TCGContext *s, const TCGArg *args, const int *const_args) argument
1231 tcg_out_setcond2(TCGContext *s, const TCGArg *args, const int *const_args) argument
1256 tcg_out_brcond2(TCGContext *s, const TCGArg *args, const int *const_args) argument
1294 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c1201 const int *const_args)
1239 tcg_out_call (s, args[0], const_args[0]);
1242 if (const_args[0]) {
1300 if (const_args[2])
1306 if (const_args[2])
1314 if (const_args[2]) {
1333 if (const_args[2]) {
1351 if (const_args[2]) {
1371 if (const_args[2]) {
1405 if (const_args[
1200 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/sparc/
H A Dtcg-target.c1117 const int *const_args)
1146 if (const_args[0])
1255 tcg_out_div32(s, args[0], args[1], args[2], const_args[2], 0);
1258 tcg_out_div32(s, args[0], args[1], args[2], const_args[2], 1);
1263 tcg_out_div32(s, TCG_REG_I5, args[1], args[2], const_args[2],
1265 tcg_out_arithc(s, TCG_REG_I5, TCG_REG_I5, args[2], const_args[2],
1271 tcg_out_brcond_i32(s, args[2], args[0], args[1], const_args[1],
1276 args[2], const_args[2]);
1282 args[2], const_args[2],
1283 args[3], const_args[
1116 tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, const int *const_args) argument
[all...]
/external/qemu/tcg/
H A Dtcg.c1670 int const_args[TCG_MAX_OP_ARGS]; local
1697 const_args[i] = 1;
1736 const_args[i] = 0;
1808 tcg_out_op(s, opc, new_args, const_args);

Completed in 86 milliseconds