Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/lib/efcode/engine/
H A Dextend.c41 mode = POP(DS); in do_dlopen()
59 void *pl = (void *)POP(DS); in do_dlclose()
70 d = POP(DS); in do_dlsym()
86 args = POP(DS); in do_dlexec()
87 a = POP(DS); in do_dlexec()
98 a = POP(DS); in do_dlexec()
105 a = POP(DS); in do_dlexec()
106 b = POP(DS); in do_dlexec()
113 a = POP(DS); in do_dlexec()
114 b = POP(DS); in do_dlexec()
[all …]
H A Dforth.c63 d = POP(DS); in add()
73 d = POP(DS); in subtract()
83 d = POP(DS); in multiply()
94 d = POP(DS); in slash_mod()
95 o = t = POP(DS); in slash_mod()
135 u2 = POP(DS); in uslash_mod()
136 u1 = POP(DS); in uslash_mod()
166 d = POP(DS); in and()
176 d = POP(DS); in or()
186 d = POP(DS); in xor()
[all …]
H A Dprims64.c46 return (POP(DS)); in pop_xforth()
83 b.b_bytes[i] = POP(DS); in bxjoin()
97 addr = (s_lforth_t *)POP(DS); in lsfetch()
116 b.b_lf[i] = POP(DS); in lxjoin()
134 b.b_wf[i] = POP(DS); in wxjoin()
161 addr = (xforth_t *)POP(DS); in xfetch()
176 addr = (xforth_t *)POP(DS); in xstore()
209 index = POP(DS); in xa_plus()
249 addr = POP(DS); in unaligned_xfetch()
265 addr = POP(DS); in unaligned_xstore()
[all …]
H A Dinterface.c49 return (POP(DS)); in pop_ds()
61 return (POP(RS)); in pop_rs()
88 len = POP(DS); in pop_a_string()
89 str = (char *)POP(DS); in pop_a_string()
135 hi = POP(DS); in pop_double()
136 lo = POP(DS); in pop_double()
186 len = POP(DS); in run_fcode_from_file()
187 p = (uchar_t *)POP(DS); in run_fcode_from_file()
H A Dactions.c47 addr = (variable_t *)POP(DS); in value_fetch()
57 addr = (variable_t *)POP(DS); in value_store()
58 *addr = (variable_t)POP(DS); in value_store()
67 ptr = (int *)POP(DS); in get_internal_address()
90 *iptr = (instance_t *)POP(DS); in internal_env_store()
139 d = (token_t *)POP(DS); in buffer_init()
236 n = (int)POP(DS); in actions()
274 n = POP(DS); in perform_action()
275 a = (acf_t)POP(DS); in perform_action()
H A Dpackage.c128 ph = POP(DS); in push_package()
367 space = POP(DS); /* pop phys.hi */ in set_args()
376 *adr_ptr++ = *adr_ptr1++ = POP(DS); in set_args()
422 ok = POP(DS); in begin_package()
428 MYSELF = (instance_t *)POP(DS); in begin_package()
445 CONVERT_PHANDLE(env, phandle, POP(DS)); in open_package()
459 ok = POP(DS); in dollar_open_package()
463 (void) POP(DS); in dollar_open_package()
464 (void) POP(DS); in dollar_open_package()
475 ihandle = (instance_t *)POP(DS); in close_package()
[all …]
H A Dprint.c47 *(--env->picturebufpos) = (char) POP(DS); in pic_hold()
61 (void) POP(DS); in pic_ustop()
83 s = POP(DS); in pic_sign()
142 w = (int) POP(DS); in do_dot_r()
157 w = (int) POP(DS); in do_udot_r()
H A Dmcookie.c196 fstack_t d = POP(DS); in map_qmark()
210 size = POP(DS); in add_map()
211 addr = POP(DS); in add_map()
221 addr = POP(DS); in del_map()
H A Denv.c91 d = POP(DS); in emit()
202 d = POP(DS); in do_ms()
416 *arg = POP(DS); in fmt_args()
419 POP(DS); in fmt_args()
420 *arg = POP(DS); in fmt_args()
460 *llarg = POP(DS); in fmt_args()
649 len = POP(DS); in fc_cmn_append()
650 str = (char *)POP(DS); in fc_cmn_append()
H A Ddebug.c151 acf = (acf_t)POP(DS); in paren_debug()
179 d = POP(DS); in debug()
181 acf = (acf_t)POP(DS); in debug()
332 d = POP(DS); in undebug()
334 acf = (acf_t)POP(DS); in undebug()
1046 len = POP(DS); in dump()
1047 data = (uchar_t *)POP(DS); in dump()
1158 acf_t save_acf = (acf_t)POP(DS); in paren_see()
1383 d = POP(DS); in see()
1413 acf_t acf = (acf_t)POP(DS); in dot_calls()
[all …]
H A Dalarm.c71 ms = POP(DS); in do_alarm()
72 xt = POP(DS); in do_alarm()
H A Dfcode.c487 fcode_xt = POP(DS); in byte_load()
488 env->fcode_ptr = env->fcode_buffer = (uchar_t *)POP(DS); in byte_load()
709 tok = POP(DS); in get_token()
724 tok = POP(DS); in set_token()
726 immediate = POP(DS); in set_token()
727 acf = (acf_t)POP(DS); in set_token()
761 (void) POP(DS); in bendcase()
797 (void) POP(DS); in free_mem()
798 p = (void *) POP(DS); in free_mem()
829 sep = (char)POP(DS); in left_parse_string()
[all …]
H A Dinstance.c60 ptr = (token_t *) POP(DS); in get_instance_address()
88 *ptr = POP(DS); in set_instance_data()
H A Dinterp.c81 IP = (token_t *) POP(RS); in do_semi()
117 WA = (token_t *) POP(DS); in execute()
H A Dproperties.c187 fail = POP(DS); in lookup_package_property()
190 sp.size = POP(DS); in lookup_package_property()
191 sp.data = (uchar_t *)POP(DS); in lookup_package_property()
207 CONVERT_PHANDLE(env, d, POP(DS)); in get_package_property()
309 p = POP(DS); in encode_int()
401 size = POP(DS); in reg_prop()
520 phandle = (device_t *)POP(DS); in next_property()
/titanic_41/usr/src/lib/efcode/gp2/
H A Dgp2.c119 phi = POP(DS); in do_get_portid()
120 plo = POP(DS); in do_get_portid()
134 len = POP(DS); in do_map_in()
135 phi = POP(DS); in do_map_in()
136 plo = POP(DS); in do_map_in()
147 len = POP(DS); in do_map_out()
148 addr = POP(DS); in do_map_out()
160 hi = POP(DS); in do_encode_unit()
161 lo = POP(DS); in do_encode_unit()
210 portid = POP(DS); in do_claim_addr()
[all …]
/titanic_41/usr/src/lib/efcode/pci/
H A Dpci.c138 cfgadd = POP(DS); in pci_config_fetch()
159 cfgadd = POP(DS); in pci_config_store()
160 value = POP(DS); in pci_config_store()
211 len = POP(DS); in do_map_in()
212 phi = POP(DS); in do_map_in()
213 pmid = POP(DS); in do_map_in()
214 plo = POP(DS); in do_map_in()
225 len = POP(DS); in do_map_out()
226 addr = POP(DS); in do_map_out()
238 hi = POP(DS); in do_encode_unit()
[all …]
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c121 p = POP(DS); in rlstore()
122 d = POP(DS); in rlstore()
146 p = POP(DS); in rwstore()
147 d = POP(DS); in rwstore()
172 p = POP(DS); in rbstore()
173 d = POP(DS); in rbstore()
190 p = POP(DS); in rxfetch()
207 p = POP(DS); in rxstore()
221 p = POP(DS); in lpeek()
238 p = POP(DS); in lpoke()
[all …]
H A Ddma.c45 size = (size_t) POP(DS); in do_dma_alloc()
59 size = POP(DS); in do_dma_free()
60 p = (void *) POP(DS); in do_dma_free()
75 cacheable = POP(DS); in do_dma_map_in()
76 len = POP(DS); in do_dma_map_in()
77 va = POP(DS); in do_dma_map_in()
96 len = POP(DS); in do_dma_map_out()
97 dva = POP(DS); in do_dma_map_out()
98 va = POP(DS); in do_dma_map_out()
H A Dget_req.c197 d = POP(DS); in exec_fcode_builtin_method()
221 d = POP(DS); in get_fcode_from_filesystem()
387 fcode_len = POP(DS); in process_request()
389 (void) POP(DS); in process_request()
/titanic_41/usr/src/lib/efcode/jupiter/
H A Djupiter.c48 portid = (uint32_t)POP(DS)
130 len = POP(DS); in do_map_in()
131 phi = POP(DS); in do_map_in()
132 plo = POP(DS); in do_map_in()
143 len = POP(DS); in do_map_out()
144 addr = POP(DS); in do_map_out()
156 phi = POP(DS); in do_get_io_portid()
157 plo = POP(DS); in do_get_io_portid()
180 hi = POP(DS); in do_encode_unit()
181 lo = POP(DS); in do_encode_unit()
[all …]
/titanic_41/usr/src/lib/efcode/packages/
H A Dmemalloc.c51 hint = (void *)POP(DS); in claim()
52 size = POP(DS); in claim()
53 align = POP(DS); in claim()
70 addr = (void *)POP(DS); in release()
71 size = POP(DS); in release()
87 vaddr = (void *)POP(DS); in fc_vtop()
H A Dpopulate.c112 d = POP(DS); in do_builtin_file()
140 d = POP(DS); in builtin_driver_method_hook()
226 d = POP(DS); in find_builtin_driver()
/titanic_41/usr/src/lib/efcode/upa/
H A Dupa.c51 hi = POP(DS); in do_encode_unit()
52 lo = POP(DS); in do_encode_unit()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dns_files.c201 (void) stack_op(POP, (char *)NULL, stack, stkptr);
311 (void) stack_op(POP, (char *)NULL, stack, stkptr);
410 (void) stack_op(POP, (char *)NULL, stack, stkptr);
451 (void) stack_op(POP, (char *)NULL, stack, stkptr);
536 case POP:

12