Home
last modified time | relevance | path

Searched refs:cl_hw (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/sim.src/
H A Dhw.cc66 cl_hw::~cl_hw(void) in ~cl_hw()
102 cl_hw::new_hw_adding(class cl_hw *new_hw) in new_hw_adding()
107 cl_hw::new_hw_added(class cl_hw *new_hw) in new_hw_added()
118 class cl_hw *
457 class cl_hw *
511 class cl_hw *hw= (class cl_hw *)(at(i)); in add()
519 class cl_hw *hw= (class cl_hw *)(at(i)); in add()
526 class cl_hw *
538 class cl_hw *h= (class cl_hw *)(at(j)); in next_displayer()
551 class cl_hw *h= (class cl_hw *)(at(j)); in next_displayer()
[all …]
H A Dhwcl.h46 class cl_hw; variable
51 class cl_hw *hw;
53 cl_hw_io(class cl_hw *ihw);
61 virtual void pass2hw(class cl_hw *new_hw);
65 class cl_hw: public cl_guiobj
82 virtual ~cl_hw(void);
124 virtual cl_hw *next_displayer(void);
135 virtual cl_hw *next_displayer(class cl_hw *hw);
145 class cl_hw *partner;
149 virtual class cl_hw *get_partner(void);
[all …]
H A Dobsolete.h134 virtual class cl_cell *register_hw(t_addr addr, class cl_hw *hw, int *ith,
184 virtual class cl_cell *add_hw(class cl_hw *hw, int *ith)
186 virtual class cl_hw *get_hw(int ith) { return(0); }
195 class cl_hw **hardwares;
206 virtual class cl_cell *add_hw(class cl_hw *hw, int *ith);
207 virtual class cl_hw *get_hw(int ith);
262 virtual class cl_cell *add_hw(class cl_hw *hw, int *ith)=0;
263 virtual class cl_hw *get_hw(int ith)=0;
H A Dport_hw.cc48 cl_hw(auc, HW_DUMMY, aid, aid_string) in cl_port_ui()
109 cl_hw::new_io(f_in, f_out); in new_io()
120 return cl_hw::proc_input(); in proc_input()
157 int ret= cl_hw::handle_input(c); // handle default keys in handle_input()
259 cl_hw::refresh_display(force); in refresh_display()
274 cl_hw::draw_display(); in draw_display()
302 cl_port_io::cl_port_io(class cl_hw *ihw): in cl_port_io()
H A Duc.cc458 class cl_hw *hw= (class cl_hw *)(hws->at(i)); in reset()
529 class cl_hw *h; in mk_hw_elements()
1397 class cl_hw *h= (class cl_hw *)(hws->at(i)); in add_hw()
1403 class cl_hw *h= (class cl_hw *)(hws->at(i)); in add_hw()
1417 class cl_hw *
1425 class cl_hw *
1446 class cl_hw *
1467 class cl_hw *
1470 class cl_hw *hw; in get_hw()
1488 class cl_hw *
[all …]
H A Duccl.h216 class cl_hw *cpu;
280 virtual void add_hw(class cl_hw *hw);
282 virtual class cl_hw *get_hw(int idx);
283 virtual class cl_hw *get_hw(enum hw_cath cath, int *idx);
284 virtual class cl_hw *get_hw(char *id_string, int *idx);
285 virtual class cl_hw *get_hw(enum hw_cath cath, int hwid, int *idx);
286 virtual class cl_hw *get_hw(char *id_string, int hwid, int *idx);
H A Dport_hwcl.h42 cl_port_io(class cl_hw *ihw);
58 class cl_port_ui: public cl_hw
H A Dmemcl.h160 virtual bool match(class cl_hw *the_hw) { return(false); } in match()
185 class cl_hw *hw;
188 /*t_mem *data_place, t_mem the_mask,*/ class cl_hw *ahw);
190 virtual bool match(class cl_hw *the_hw) { return(hw == the_hw); } in match()
298 virtual void del_operator(class cl_hw *hw);
301 virtual class cl_memory_cell *add_hw(class cl_hw *hw/*, t_addr addr*/);
302 virtual void remove_hw(class cl_hw *hw);
407 virtual class cl_memory_cell *register_hw(t_addr addr, class cl_hw *hw,
409 virtual void unregister_hw(class cl_hw *hw);
H A Dtest_mem_speed.cc19 class cl_hw_test: public cl_hw
22 cl_hw_test(void): cl_hw(0, HW_PORT, 0, "0") {} in cl_hw_test()
H A Dserial_hwcl.h51 cl_serial_io(class cl_hw *ihw): in cl_serial_io()
58 class cl_serial_hw: public cl_hw
H A Dserial_hw.cc47 cl_hw(auc, HW_UART, aid, (const char *)aid_string) in cl_serial_hw()
64 cl_hw::init(); in init()
292 cl_hw::new_io(f_in, f_out); in new_io()
438 class cl_hw *h= next_displayer(); in proc_input()
H A Dobsolete.cc763 cl_m::register_hw(t_addr addr, class cl_hw *hw, int *ith, bool announce) in register_hw()
851 class cl_hw *hw; in set_brk()
942 class cl_hw *hw; in del_brk()
1169 cl_registered_cell::add_hw(class cl_hw *hw, int *ith) in add_hw()
1177 hardwares= (class cl_hw **)malloc(sizeof(class cl_hw *)); in add_hw()
1179 hardwares= (class cl_hw **)realloc(hardwares, in add_hw()
1188 class cl_hw *
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Ditccl.h38 class cl_itc: public cl_hw
47 virtual void new_hw_added(class cl_hw *new_hw);
54 virtual void happen(class cl_hw *where, enum hw_event he, void *params);
H A Ditc.cc41 cl_hw(auc, HW_INTERRUPT, 0, "itc") in cl_itc()
52 cl_hw::init(); in init()
68 cl_itc::new_hw_added(class cl_hw *new_hw) in new_hw_added()
123 cl_itc::happen(class cl_hw *where, enum hw_event he, void *params) in happen()
H A Duid.cc32 cl_hw(auc, HW_DUMMY, 0, "uid") in cl_uid()
56 cl_hw::init(); in init()
H A Dserialcl.h73 virtual void new_hw_added(class cl_hw *new_hw);
85 virtual void happen(class cl_hw *where, enum hw_event he,
H A Dport.cc31 cl_hw(auc, HW_PORT, /*aid*/0, aname) in cl_port()
40 cl_hw::init(); in init()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Dinterruptcl.h38 class cl_interrupt: public cl_hw
58 virtual void happen(class cl_hw *where, enum hw_event he, void *params);
H A Dwdt.cc36 cl_hw(auc, HW_WDT, 0, "wdt") in cl_wdt()
48 cl_hw::init(); in init()
H A Dpcacl.h40 class cl_pca: public cl_hw
69 virtual void happen(class cl_hw *where, enum hw_event he, void *params);
H A Dtimer0cl.h40 class cl_timer0: public cl_hw
68 virtual void happen(class cl_hw *where, enum hw_event he, void *params);
H A Dinterrupt.cc43 cl_hw(auc, HW_INTERRUPT, 0, "irq") in cl_interrupt()
51 cl_hw::init(); in init()
125 cl_interrupt::happen(class cl_hw *where, enum hw_event he, void *params) in happen()
H A Dserialcl.h71 virtual void new_hw_added(class cl_hw *new_hw);
82 virtual void happen(class cl_hw *where, enum hw_event he, void *params);
H A Dtimer0.cc35 cl_hw(auc, HW_TIMER, aid, aid_string) in cl_timer0()
91 cl_hw::init(); in init()
386 cl_timer0::happen(class cl_hw *where, enum hw_event he, void *params) in happen()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/pdk.src/
H A Dport.cc31 cl_hw(auc, HW_PORT, /*aid*/0, aname) in cl_port()
40 cl_hw::init(); in init()

123