Home
last modified time | relevance | path

Searched refs:regbase (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1192 int regbase = -1; in function_arg() local
1215 regbase = GP_ARG_FIRST; in function_arg()
1221 regbase = GP_ARG_FIRST; in function_arg()
1232 regbase = GP_ARG_FIRST; in function_arg()
1239 regbase = GP_ARG_FIRST; in function_arg()
1244 regbase = GP_ARG_FIRST; in function_arg()
1256 gcc_assert (regbase != -1); in function_arg()
1261 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in function_arg()
1277 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in function_arg()
1297 regno = regbase + *arg_words + bias; in function_arg()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4436 int regbase = (incoming_p local
4465 regno = regbase + slotno;
4475 regno = regbase + slotno;
4494 regno = regbase + slotno;
4512 regno = regbase + slotno;
4717 regno = parms->regbase + this_slotno;
4834 int slotno, named, regbase;
4843 parms.regbase = regbase;
4882 return gen_rtx_REG (mode, regbase);
4943 int regbase = (incoming_p local
[all …]
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dinterrupt.c479 #define DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(regname, regbase) \ argument
482 .reg_base = (regbase), \
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4485 int regbase = (incoming_p in function_arg_slotno() local
4555 regno = regbase + slotno; in function_arg_slotno()
4572 regno = regbase + slotno; in function_arg_slotno()
4622 int regbase; /* regno of the base register. */ member
4777 regno = parms->regbase + this_slotno; in function_arg_record_value_3()
4905 int slotno, int named, int regbase) in function_arg_record_value() argument
4914 parms.regbase = regbase; in function_arg_record_value()
4954 return gen_rtx_REG (mode, regbase); in function_arg_record_value()
5077 int regbase = (incoming_p in function_arg() local
5498 int regbase = (incoming_p in function_value() local
[all …]
/openbsd/sys/dev/pci/
H A Dazalia.c116 int regbase; member
130 bus_space_read_1((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r)
132 bus_space_read_2((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r)
134 bus_space_read_4((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r)
136 bus_space_write_1((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r, v)
138 bus_space_write_2((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r, v)
140 bus_space_write_4((s)->az->iot, (s)->az->ioh, (s)->regbase + HDA_SD_##r, v)
3663 this->regbase = HDA_SD_BASE + regindex * HDA_SD_SIZE; in azalia_stream_init()
H A Dif_bge.c554 uint32_t bit, regbase; in bge_ape_lock_init() local
558 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init()
560 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init()
577 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()
H A Dif_mwx.c1569 uint32_t regbase) in mwx_queue_alloc() argument
1574 q->mq_regbase = regbase; in mwx_queue_alloc()
/openbsd/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c1461 int regbase, words, max; in function_arg() local
1466 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST); in function_arg()
1482 regno = regbase + *arg_words; in function_arg()
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c1812 int regbase, words, max; local
1817 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST);
1830 regno = regbase + *arg_words;
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.c538 int regbase = FIRST_ARG_REGNUM; in mt_function_arg_slotno() local
547 * pregno = regbase + slotno; in mt_function_arg_slotno()
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c2737 int regbase = up ? DP_SIDEBAND_MSG_UP_REP_BASE : DP_SIDEBAND_MSG_DOWN_REQ_BASE; in drm_dp_send_sideband_msg() local
2747 ret = drm_dp_dpcd_write(mgr->aux, regbase + offset, in drm_dp_send_sideband_msg()