Lines Matching defs:value
413 TCGv_i64 value;
423 * Sign-extend the 32-bit value so that the GE/LT comparisons work
427 c64->value = tcg_temp_new_i64();
428 tcg_gen_ext_i32_i64(c64->value, c32.value);
509 * changes to the final register value are likely to be made. If you
766 /* Expand a 3-operand + fpstatus pointer + simd data value operation using
808 * Expand a 4-operand + fpstatus pointer + simd data value operation using
1241 /* Get value of an element within a vector register */
1300 /* Set value of an element within a vector register */
1769 * just the destination dst, or that value with the pauth check
1969 * Because we need to pass the register value to the helper,
2671 * Reads as current EL value from pstate, which is
2871 * the value/address loaded, and seeing if these are the same
4587 /* The input should be a value in the bottom e bits (with higher
4588 * bits zero); returns that value replicated into every element
4608 * value (ie should cause a guest UNDEF exception), and true if they are
4622 * 64 bits each. Each element contains the same value: a run
4658 /* Create the value of one element: s+1 set bits rotated
4666 /* ...then replicate the element over the whole 64 bit value */
7028 tcg_gen_movcond_i64(c.cond, t_true, c.value, tcg_constant_i64(0),
8582 tcg_gen_setcondi_i32(tcg_invert_cond(c.cond), tcg_t0, c.value, 0);
8661 tcg_rd, c.value, zero);
8664 tcg_rd, c.value, zero);
8677 tcg_gen_movcond_i64(c.cond, tcg_rd, c.value, zero, t_true, t_false);