Lines Matching refs:with
114 void TurboAssembler::CompareRoot(Register with, Register scratch,
118 CompareRoot(with, index);
123 cmp(with, Operand(scratch, RootRegisterOffsetForRootIndex(index)));
127 void TurboAssembler::CompareRoot(Register with, RootIndex index) {
130 cmp(with, RootAsOperand(index));
137 cmp(with, Handle<HeapObject>::cast(object));
139 cmp(with, Immediate(Smi::cast(*object)));
422 // Clobber clobbered input registers when running with the debug-code flag
568 // Clobber clobbered registers when running with the debug-code flag
881 // SMIs are stored shifted left by 1 byte with the tag being 0.
1181 // For runtime functions with variable arguments:
1211 void MacroAssembler::CompareStackLimit(Register with, StackLimitKind kind) {
1224 cmp(with, Operand(kRootRegister, offset));
1311 // Fill remaining expected arguments with undefined values.