Searched refs:triple_and_model (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/ |
D | execution_tracer_reader.py | 48 …init__(self, pc_length, has_opcodes, extra_length=0, uses_thumb_flag=False, triple_and_model=None): argument 53 self.triple_and_model = triple_and_model 57 … self.pc_length, self.has_opcodes, self.extra_length, self.uses_thumb_flag, self.triple_and_model) 87 triple_and_model = triple_and_model_raw.decode("utf-8") 90 return Header(pc_length_raw[0], True, extra_length, uses_thumb_flag, triple_and_model) 119 self.triple_and_model = header.triple_and_model 122 triple, model = header.triple_and_model.split(" ")
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | execution-tracing.robot | 3 ${triple_and_model}= riscv32 rv32imacv 152 Should Be Equal As Bytes ${output_file}[12:29] ${triple_and_model} 202 Should Be Equal As Bytes ${trace}[12:29] ${triple_and_model} 218 Should Be Equal As Bytes ${trace}[12:29] ${triple_and_model} 533 Should Be Equal As Bytes ${output_file}[12:29] ${triple_and_model}
|