Lines Matching refs:value
139 // header word, so that the value can be packed, if necessary.
447 // generate the correct value if a saturating conversion is requested.
520 // This operator reinterprets the bits of a tagged value as a word preserving
524 // 3) smi payload if the tagged value is a smi.
542 // value of the number. Narrowing operators assume the input is representable
545 // the input value is representable in the target value.
571 // of the number and mapping multiple input values onto the same output value.
647 // Conditional selects. Input 1 is the condition, Input 2 is the result value
648 // if the condition is {true}, Input 3 is the result value if the condition is
898 const Operator* S128Const(const uint8_t value[16]);
943 // store [base + index], value
947 // SIMD store: store a specified lane of value into [base + index].
954 // unaligned store [base + index], value
964 // Compares: stack_pointer [- offset] > value. The offset is optionally
980 // atomic-store [base + index], value
982 // atomic-store [base + index], value
984 // atomic-exchange [base + index], value
986 // atomic-exchange [base + index], value
992 // atomic-add [base + index], value
994 // atomic-sub [base + index], value
996 // atomic-and [base + index], value
998 // atomic-or [base + index], value
1000 // atomic-xor [base + index], value
1002 // atomic-add [base + index], value
1004 // atomic-sub [base + index], value
1006 // atomic-and [base + index], value
1008 // atomic-or [base + index], value
1010 // atomic-xor [base + index], value
1014 // atomic-pair-sub [base + index], value_high, value-low
1018 // atomic-pair-sub [base + index], value_high, value-low