Home
last modified time | relevance | path

Searched refs:sparc_pstorei (Results 1 – 2 of 2) sorted by relevance

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/
H A Dsparc.c167 sparc_pstorei(s, DILL_I, 0, src, _fp, smi->conversion_word); in sparc_movi2f()
197 sparc_pstorei(s, DILL_L, 0, src, _fp, smi->conversion_word); in sparc_movi2d()
199 sparc_pstorei(s, DILL_I, 0, src, _fp, smi->conversion_word); in sparc_movi2d()
364 sparc_pstorei(s, DILL_I, 0, args[i].in_reg, _fp, in sparc_proc_start()
389 sparc_pstorei(s, DILL_I, 0, _g1, _fp, smi->conversion_word); in sparc_proc_start()
1154 sparc_pstorei(s, arg.type, 0, _g1, _sp, real_offset); in internal_push()
1157 sparc_pstorei(s, DILL_I, 0, _g1, _sp, real_offset); in internal_push()
1159 sparc_pstorei(s, DILL_I, 0, _g1, _sp, real_offset+4); in internal_push()
1220 sparc_pstorei(s, arg.type, 0, _g1, _sp, real_offset); in internal_push()
1222 sparc_pstorei(s, arg.type, 0, *(int*)value_ptr, _sp, in internal_push()
[all …]
H A Dsparc.h93 sparc_pstorei(dill_stream c, int type, int junk, int dest, int src, long offset);