Lines Matching refs:with
45 // be loaded with just one, so that this value is patchable later.
350 // Registers are saved in numerical order, with higher numbered registers
530 // Exits with 'result' holding the answer.
681 // Perform a floating-point min or max operation with the
784 // functor/function with 'Label *func(size_t index)' declaration.
920 // TODO(victorgomes): Remove this function once we stick with the reversed
942 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) {
946 Branch(if_equal, eq, with, Operand(scratch));
950 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) {
954 Branch(if_not_equal, ne, with, Operand(scratch));
969 // the tagged HeapObject pointer. For use with FieldOperand(reg, off).