Home | History | Annotate | Download | only in mips

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.
349 // Checks the color of an object. If the object is already grey or black
487 // Allocate an object in new space or old pointer space. The object_size is
488 // specified either in bytes or in words if the allocation flag SIZE_IN_WORDS
541 // Allocates a heap number or jumps to the gc_required label if the young
601 DEFINE_INSTRUCTION(Or);
738 // FPU macros. These do not handle special cases like NaN or +- inf.
801 // 'result' either holds answer, or is clobbered on fall through.
818 // Converts the smi or heap number in object to an int32 using the rules
913 // Invoke the JavaScript function code by either calling or jumping.
984 // read or written and length will be zero.
1271 // whether soft or hard floating point ABI is used. These functions
1370 // Test for overflow < 0: use BranchOnOverflow() or BranchOnNoOverflow().
1444 // Abort execution if argument is not undefined or an AllocationSite, enabled