Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIntrospection.cpp1940 uint8_t min_instruction_length = e.getU8(&off); in parse_debug_line() local
2082 … state.address += min_instruction_length * ((state.op_index + advance) / max_ops_per_instruction); in parse_debug_line()
2116 … state.address += min_instruction_length * ((state.op_index + advance) / max_ops_per_instruction); in parse_debug_line()
2154 …state.address += min_instruction_length * ((state.op_index + advance_op) / max_ops_per_instruction… in parse_debug_line()