Lines Matching refs:with
174 void TurboAssembler::CompareRoot(Register with, RootIndex index) {
178 cmp_tagged(with, RootAsOperand(index));
181 cmpq(with, RootAsOperand(index));
185 void TurboAssembler::CompareRoot(Operand with, RootIndex index) {
187 DCHECK(!with.AddressUsesRegister(kScratchRegister));
191 cmp_tagged(with, kScratchRegister);
194 cmpq(with, kScratchRegister);
217 // Clear the top two bytes (which may include metadata). Must be in sync with
370 // Clobber clobbered input registers when running with the debug-code flag
660 // Clobber clobbered registers when running with the debug-code flag
764 // For runtime functions with variable arguments:
2616 // TODO(victorgomes): Use ia32 approach with leaq, since it requires less
2678 // Fill remaining expected arguments with undefined values.
2764 // IsJSFrame or similar. Could then unify with manual frame leaves in the