Home | History | Annotate | Download | only in mips

Lines Matching refs:Or

544   //            Allowed to be the same as 'key' or 'result'.
545 // Unchanged on bailout so 'key' or 'result' can be used
843 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) {
1310 Or(rs, rs, 1 << 31);
1370 // Here NaN cases were either handled by this function or are assumed to
1411 // Here NaN cases were either handled by this function or are assumed to
1857 // NOTE: 'at' can be clobbered by Branch but it is legal to use it as rs or
2407 // We need to use a bgezal or bltzal, but they can't be used directly with the
2408 // slt instructions. We could use sub or add instead but we would miss overflow
3203 // or cp.
3597 // Allocates a heap number or jumps to the label if the young space is full and
3824 // Could be NaN or Infinity. If fraction is not zero, it's NaN, otherwise
4225 // Get the prototype or initial map from the function.
4229 // If the prototype or initial map is the hole, don't return it and
4457 // If exponent is all ones the number is either a NaN or +/-Infinity.
4806 // Load the global or builtins object from the current context.
4828 // Load the global or builtins object from the current context.
4831 // Load the native context from the global or builtins object.
5525 // Just call directly. The function called cannot cause a GC, or
5719 // If the value is black or grey we don't need to do anything.
5772 // Otherwise it's String::kHeaderSize + string->length() * (1 or 2).
5786 // Sequential string, either Latin1 or UC16.
5807 Or(t8, t8, Operand(mask_scratch));
5904 // Double value is less than zero, NaN or Inf, return 0.