Lines Matching refs:Or
2 // Redistribution and use in source and binary forms, with or without
10 // disclaimer in the documentation and/or other materials provided
13 // contributors may be used to endorse or promote products derived
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
141 // Bail out if the receiver has a named interceptor or requires access checks.
272 // Load the global or builtins object from the current context.
274 // Load the global context from the global or builtins object.
373 // If the receiver object is not a string or a wrapped string object the
950 // We have -1, 0 or 1, which we treat specially. Register ival contains
952 // greater than 1 (not a special case) or less than 1 (special case of 0).
955 // For 1 or -1 we need to or in the 0 exponent (biased).
971 // Compute exponent and or it into the exponent register.
1344 // holder_reg is either receiver or scratch1.
1953 // If the object is not a JSObject or we got an unexpected number of
2030 // If the object is not a JSObject or we got an unexpected number of
2092 // We had an overflow or underflow in the conversion. Check if we
2094 // If greater or equal, the argument is already round and in v0.
2159 // If the object is not a JSObject or we got an unexpected number of
2187 // Do bitwise not or
2192 // Add 1 or do nothing depending on the sign of the argument.
2350 // Check that the object is a two-byte string or a symbol.
2369 // Check that the object is a smi or a heap number.
3229 // Fill the initialized properties with a constant value or a passed argument
3271 __ Or(v0, v0, Operand(kHeapObjectTag));
3725 // a3 mostly holds the elements array or the destination external array.
3933 __ Or(t2, t2, Operand(kBinary32ExponentMask));
4012 __ Or(t3, t3, Operand(1u << HeapNumber::kMantissaBitsInTopWord));