Lines Matching full:val
500 TCGv_i32 tcg_const_i32(int32_t val)
504 tcg_gen_movi_i32(t0, val);
508 TCGv_i64 tcg_const_i64(int64_t val)
512 tcg_gen_movi_i64(t0, val);
516 TCGv_i32 tcg_const_local_i32(int32_t val)
520 tcg_gen_movi_i32(t0, val);
524 TCGv_i64 tcg_const_local_i64(int64_t val)
528 tcg_gen_movi_i64(t0, val);
741 static TCGHelperInfo *tcg_find_helper(TCGContext *s, tcg_target_ulong val)
760 if (v == val)
762 else if (val < v) {
852 tcg_target_ulong val;
860 val = args[1];
861 th = tcg_find_helper(s, val);
866 fprintf(outfile, "0x%x", (uint32_t)val);
868 fprintf(outfile, "0x%" PRIx64 , (uint64_t)val);
1268 printf("$0x%" TCG_PRIlx, ts->val);
1404 tcg_out_movi(s, ts->type, reg, ts->val);
1455 tcg_target_ulong val;
1458 val = args[1];
1463 tcg_out_movi(s, ots->type, ots->reg, val);
1469 ots->val = val;
1514 tcg_out_movi(s, ots->type, reg, ts->val);
1520 ots->val = ts->val;
1568 if (tcg_target_const_match(ts->val, arg_ct)) {
1571 new_args[i] = ts->val;
1576 tcg_out_movi(s, ts->type, reg, ts->val);
1753 tcg_out_movi(s, ts->type, reg, ts->val);
1780 tcg_out_movi(s, ts->type, reg, ts->val);
1792 func_addr = ts->val;