Lines Matching refs:CT
66 const auto &CT = CodeTemplates[0]; in TEST_F() local
67 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
68 ASSERT_THAT(CT.Instructions, SizeIs(1)); in TEST_F()
69 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F()
96 const auto &CT = CodeTemplates[0]; in TEST_F() local
97 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS); in TEST_F()
98 ASSERT_THAT(CT.Instructions, SizeIs(1)); in TEST_F()
99 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F()
119 const auto &CT = CodeTemplates[0]; in TEST_F() local
120 EXPECT_THAT(CT.Info, HasSubstr("instruction has no tied variables picking " in TEST_F()
122 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
123 ASSERT_THAT(CT.Instructions, in TEST_F()
125 const InstructionTemplate &IT = CT.Instructions[0]; in TEST_F()