Lines Matching refs:times_1
477 CHECK(Operand(rax, rax, times_1, offset).AddressUsesRegister(rax)); in TEST()
478 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(r8)); in TEST()
479 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(rcx)); in TEST()
481 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rax)); in TEST()
482 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rcx)); in TEST()
483 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r8)); in TEST()
484 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r9)); in TEST()
485 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rdx)); in TEST()
486 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rsp)); in TEST()
496 CHECK(Operand(rbp, rax, times_1, offset).AddressUsesRegister(rbp)); in TEST()
497 CHECK(Operand(rbp, rax, times_1, offset).AddressUsesRegister(rax)); in TEST()
498 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(rcx)); in TEST()
499 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(r13)); in TEST()
500 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(r8)); in TEST()
501 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(rsp)); in TEST()
503 CHECK(Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rsp)); in TEST()
504 CHECK(Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rbp)); in TEST()
505 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rax)); in TEST()
506 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(r15)); in TEST()
507 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(r13)); in TEST()