Home | History | Annotate | Download | only in mips64

Lines Matching refs:Or

26 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when
51 // Don't load NaNs or infinities, branch to the non number case instead.
370 // Checks the color of an object. If the object is already grey or black
508 // Allocate an object in new space or old pointer space. The object_size is
509 // specified either in bytes or in words if the allocation flag SIZE_IN_WORDS
562 // Allocates a heap number or jumps to the gc_required label if the young
620 DEFINE_INSTRUCTION(Or);
763 // FPU macros. These do not handle special cases like NaN or +- inf.
827 // 'result' either holds answer, or is clobbered on fall through.
844 // Converts the smi or heap number in object to an int32 using the rules
939 // Invoke the JavaScript function code by either calling or jumping.
1010 // read or written and length will be zero.
1297 // whether soft or hard floating point ABI is used. These functions
1392 // Test for overflow < 0: use BranchOnOverflow() or BranchOnNoOverflow().
1454 // Combine load with untagging or scaling.
1515 // Abort execution if argument is not undefined or an AllocationSite, enabled