Home
last modified time | relevance | path

Searched refs:code_pattern (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/instruction_counts/core/
H A Dutils.py79 code_pattern = r"^(.{40}) \|($| (.*)$)"
93 l_match = re.search(code_pattern, l)
/aosp_15_r20/external/zucchini/
H A Darm_utils_unittest.cc129 : code_pattern(code_pattern_in), clean_slate_code(code) {} in ArmRelInstruction()
132 std::string code_pattern; member
163 EXPECT_TRUE(SplitBits(instr.code_pattern, instr.clean_slate_code, in Run()
177 EXPECT_TRUE(SplitBits(instr.code_pattern, code, &code_components)); in Run()