Searched refs:clean_slate_code (Results 1 – 1 of 1) sorted by relevance
129 : code_pattern(code_pattern_in), clean_slate_code(code) {} in ArmRelInstruction()135 INT_T clean_slate_code; member163 EXPECT_TRUE(SplitBits(instr.code_pattern, instr.clean_slate_code, in Run()167 CODE_T code = instr.clean_slate_code; in Run()195 EXPECT_EQ(instr.clean_slate_code, code); in Run()199 CODE_T code = instr.clean_slate_code; in Run()202 EXPECT_EQ(instr.clean_slate_code, code); in Run()219 void Accept(CODE_T clean_slate_code, in Accept() argument227 CODE_T code = clean_slate_code; in Accept()246 void Reject(CODE_T clean_slate_code, in Reject() argument[all …]