Searched defs:const_arg2 (Results 1 - 5 of 5) sorted by relevance

/external/qemu/tcg/x86_64/
H A Dtcg-target.c503 int const_arg2, int rexw)
505 if (const_arg2) {
522 TCGArg arg1, TCGArg arg2, int const_arg2,
525 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw);
530 TCGArg arg1, TCGArg arg2, int const_arg2, int rexw)
532 tcg_out_cmp(s, arg1, arg2, const_arg2, rexw);
502 tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) argument
521 tcg_out_brcond(TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int rexw) argument
529 tcg_out_setcond(TCGContext *s, int cond, TCGArg dest, TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) argument
/external/qemu/tcg/i386/
H A Dtcg-target.c763 int const_arg2, int rexw)
765 if (const_arg2) {
778 TCGArg arg1, TCGArg arg2, int const_arg2,
781 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
787 TCGArg arg1, TCGArg arg2, int const_arg2,
790 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REXW);
878 TCGArg arg1, TCGArg arg2, int const_arg2)
880 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
887 TCGArg arg1, TCGArg arg2, int const_arg2)
889 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REX
762 tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) argument
777 tcg_out_brcond32(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
786 tcg_out_brcond64(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
877 tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, TCGArg arg1, TCGArg arg2, int const_arg2) argument
886 tcg_out_setcond64(TCGContext *s, TCGCond cond, TCGArg dest, TCGArg arg1, TCGArg arg2, int const_arg2) argument
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c991 int const_arg2, int cr)
999 if (const_arg2) {
1019 if (const_arg2) {
1034 if (const_arg2) {
1053 if (const_arg2) {
1123 TCGArg arg1, TCGArg arg2, int const_arg2)
1129 if (const_arg2) {
1160 if (const_arg2) {
1213 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7);
1247 TCGArg arg1, TCGArg arg2, int const_arg2,
990 tcg_out_cmp(TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, int const_arg2, int cr) argument
1122 tcg_out_setcond(TCGContext *s, TCGCond cond, TCGArg arg0, TCGArg arg1, TCGArg arg2, int const_arg2) argument
1246 tcg_out_brcond(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index) argument
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c977 int const_arg2, int cr, int arch64)
985 if (const_arg2) {
1005 if (const_arg2) {
1020 if (const_arg2) {
1039 if (const_arg2) {
1051 int const_arg2)
1057 if (const_arg2) {
1095 if (const_arg2) {
1148 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7, type == TCG_TYPE_I64);
1182 TCGArg arg1, TCGArg arg2, int const_arg2,
976 tcg_out_cmp(TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, int const_arg2, int cr, int arch64) argument
1049 tcg_out_setcond(TCGContext *s, TCGType type, TCGCond cond, TCGArg arg0, TCGArg arg1, TCGArg arg2, int const_arg2) argument
1181 tcg_out_brcond(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int arch64) argument
[all...]
/external/qemu/tcg/sparc/
H A Dtcg-target.c524 TCGArg arg1, TCGArg arg2, int const_arg2,
527 tcg_out_cmp(s, arg1, arg2, const_arg2);
534 TCGArg arg1, TCGArg arg2, int const_arg2,
537 tcg_out_cmp(s, arg1, arg2, const_arg2);
523 tcg_out_brcond_i32(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index) argument
533 tcg_out_brcond_i64(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index) argument

Completed in 1177 milliseconds