Lines Matching defs:value

312   explicit Literal(T value,
315 : RawLiteral(sizeof(value), literal_pool, ownership) {
316 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes);
317 UpdateValue(value);
331 // Update the value of this literal, if necessary by rewriting the value in
335 // offset from there. This also allows patching the value after the code has
707 // Set NZCV flags from register, treated as an 8-bit value [Armv8.4].
710 // Set NZCV flags from register, treated as an 16-bit value [Armv8.4].
2112 // is specified (0, 16, 32 or 48), the immediate must be a 16-bit value.
2344 void FPCompareMacro(const VRegister& vn, double value, FPTrapFlags trap);
2354 void fcmp(const VRegister& vn, double value);
2372 void fcmpe(const VRegister& vn, double value);
2695 void cmeq(const VRegister& vd, const VRegister& vn, int value);
2698 void cmge(const VRegister& vd, const VRegister& vn, int value);
2701 void cmgt(const VRegister& vd, const VRegister& vn, int value);
2704 void cmle(const VRegister& vd, const VRegister& vn, int value);
2707 void cmlt(const VRegister& vd, const VRegister& vn, int value);
2784 // Signed saturating accumulate of unsigned value.
2787 // Unsigned saturating accumulate of signed value.
2790 // Absolute value.
2793 // Signed saturating absolute value.
3648 // Absolute value (predicated).
4104 // Floating-point absolute value (predicated).
4448 // Floating-point round to integral value (predicated).
4451 // Floating-point round to integral value (predicated).
4454 // Floating-point round to integral value (predicated).
4457 // Floating-point round to integral value (predicated).
4460 // Floating-point round to integral value (predicated).
4463 // Floating-point round to integral value (predicated).
4466 // Floating-point round to integral value (predicated).
4517 // Floating-point trigonometric starting value.
6315 // Signed saturating absolute value.
6609 // Signed saturating addition of unsigned value.
6846 // Unsigned saturating addition of signed value.
7079 // Absolute value.
7553 static bool IsImmLogical(uint64_t value,
8231 double value = 0.0);
8235 double value = 0.0);
8239 int value = 0);