105 return SUBTRACE_INFO_MAP;
150 switch (subtrace_sel) {
152 return C::execution_sel_exec_dispatch_execution;
154 return C::execution_sel_exec_dispatch_alu;
156 return C::execution_sel_exec_dispatch_bitwise;
158 return C::execution_sel_exec_dispatch_cast;
160 return C::execution_sel_exec_dispatch_calldata_copy;
162 return C::execution_sel_exec_dispatch_returndata_copy;
164 return C::execution_sel_exec_dispatch_set;
166 return C::execution_sel_exec_dispatch_get_contract_instance;
168 return C::execution_sel_exec_dispatch_emit_unencrypted_log;
170 return C::execution_sel_exec_dispatch_poseidon2_perm;
172 return C::execution_sel_exec_dispatch_sha256_compression;
174 return C::execution_sel_exec_dispatch_keccakf1600;
176 return C::execution_sel_exec_dispatch_ecc_add;
178 return C::execution_sel_exec_dispatch_to_radix;
183 __builtin_unreachable();