Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_scan.l391 YY_BUFFER_STATE temp_state;
398 temp_state =
401 yy_switch_to_buffer(temp_state);
404 mm_switch_to_buffer(temp_state);
406 mm_delete_buffer(temp_state);
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhaifa-sched.cc5294 state_t temp_state = alloca (dfa_state_size); in early_queue_to_ready() local
5330 memcpy (temp_state, state, dfa_state_size); in early_queue_to_ready()
5336 cost = state_transition (temp_state, insn); in early_queue_to_ready()
6267 prune_ready_list (state_t temp_state, bool first_cycle_insn_p, in prune_ready_list() argument
6334 memcpy (temp_state, curr_state, dfa_state_size); in prune_ready_list()
6335 if (state_transition (temp_state, insn) >= 0) in prune_ready_list()
6359 memcpy (temp_state, curr_state, dfa_state_size); in prune_ready_list()
6360 cost = state_transition (temp_state, insn); in prune_ready_list()
6487 state_t temp_state = NULL; /* It is used for multipass scheduling. */ in schedule_block() local
6537 temp_state = alloca (dfa_state_size); in schedule_block()
[all …]
Dvarasm.cc5662 oc_outer_state temp_state; in output_constructor_bitfield() local
5663 temp_state.bit_offset = next_offset % BITS_PER_UNIT; in output_constructor_bitfield()
5664 temp_state.byte = local->byte; in output_constructor_bitfield()
5666 += output_constructor (local->val, 0, 0, local->reverse, &temp_state); in output_constructor_bitfield()
5667 local->byte = temp_state.byte; in output_constructor_bitfield()
Dsel-sched.cc5279 state_t temp_state = alloca (dfa_state_size); in advance_state_on_fence() local
5284 memcpy (temp_state, FENCE_STATE (fence), dfa_state_size); in advance_state_on_fence()
5288 if (memcmp (temp_state, FENCE_STATE (fence), dfa_state_size)) in advance_state_on_fence()
Dgenautomata.cc5662 state_t temp_state; in create_composed_state() local
5702 temp_state = state; in create_composed_state()
5704 free_state (temp_state); in create_composed_state()