Home | History | Annotate | Download | only in cctest

Lines Matching refs:rcx

59 using v8::internal::rcx;
70 // in RDI, RSI, RDX, RCX, R8, and R9, and floating point arguments in
74 // where the first four integer arguments are passed in RCX, RDX, R8 and R9.
81 static const v8::internal::Register arg1 = rcx;
325 CHECK(!Operand(rax, offset).AddressUsesRegister(rcx));
329 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(rcx));
331 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rax));
332 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rcx));
333 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r8));
334 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r9));
335 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rdx));
336 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rsp));
348 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(rcx));
381 __ push(rcx);
387 __ movq(rcx, Immediate(3));
402 __ cmpq(rcx, Immediate(3));
414 __ pop(rcx);
422 __ pop(rcx);