Lines Matching refs:with
50 // could be loaded with just one, so that this value is patchable later.
85 // with more than 8 arguments.
370 // Registers are saved in numerical order, with higher numbered registers
588 // Exits with 'result' holding the answer.
677 // Perform a floating-point min or max operation with the
780 // functor/function with 'Label *func(size_t index)' declaration.
970 // TODO(victorgomes): Remove this function once we stick with the reversed
994 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) {
998 Branch(if_equal, eq, with, Operand(scratch));
1002 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) {
1006 Branch(if_not_equal, ne, with, Operand(scratch));
1021 // the tagged HeapObject pointer. For use with FieldOperand(reg, off).