Lines Matching refs:with
49 // could be loaded with just one, so that this value is patchable later.
84 // with more than 8 arguments.
358 // Registers are saved in numerical order, with higher numbered registers
552 // Exits with 'result' holding the answer.
760 // functor/function with 'Label *func(size_t index)' declaration.
1046 // TODO(victorgomes): Remove this function once we stick with the reversed
1070 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) {
1074 Branch(if_equal, eq, with, Operand(scratch));
1078 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) {
1082 Branch(if_not_equal, ne, with, Operand(scratch));
1097 // the tagged HeapObject pointer. For use with FieldOperand(reg, off).