Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/timer/
A Dxilinx_timer.c108 struct xlx_timer *xt; in timer_read() local
114 xt = &t->timers[timer]; in timer_read()
142 xt->nr, xt->regs[R_TCSR] & TCSR_UDT)); in timer_enable()
144 ptimer_stop(xt->ptimer); in timer_enable()
151 ptimer_run(xt->ptimer, 1); in timer_enable()
159 struct xlx_timer *xt; in timer_write() local
165 xt = &t->timers[timer]; in timer_write()
210 timer_enable(xt); in timer_hit()
224 xt->parent = t; in xilinx_timer_realize()
225 xt->nr = i; in xilinx_timer_realize()
[all …]
/qemu/target/ppc/translate/
A Dvsx-impl.c.inc805 xt = gen_vsr_ptr(a->xt);
1273 xt = gen_vsr_ptr(a->xt);
1277 gen_helper_VPERM(xt, xa, xt, xb);
1288 xt = gen_vsr_ptr(a->xt);
1292 gen_helper_VPERMR(xt, xa, xt, xb);
1330 xt = gen_vsr_ptr(a->xt);
1354 xt = gen_vsr_ptr(a->xt);
1851 xt = gen_vsr_ptr(a->xt);
2669 xt = gen_vsr_ptr(a->xt);
2747 xt = gen_vsr_ptr(a->xt);
[all …]
/qemu/target/ppc/
A Dinsn64.decode42 &8RR_D_IX xt ix si
45 &8RR_D_IX si=%8rr_si xt=%8rr_xt
46 &8RR_D xt si:int32_t
49 &8RR_D si=%8rr_si xt=%8rr_xt
56 &8RR_XX4 xt xa xb xc
59 &8RR_XX4 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
61 &8RR_XX4_imm xt xa xb xc imm
66 &8RR_XX4_uim3 xt xa xb xc uim3
72 &MMIRR_XX3 !extern xa xb xt pmsk xmsk ymsk
79 &MMIRR_XX3 xa=%xx3_xa xb=%xx3_xb xt=%xx3_at
[all …]
A Dfpu_helper.c1634 *xt = t; in helper_xsaddqp()
1705 *xt = t; in helper_xsmulqp()
1782 *xt = t; in helper_xsdivqp()
2697 *xt = t; in helper_XVCVSPBF16()
2722 *xt = t; in helper_XSCVQPDP()
3097 return xt; in helper_xsrsp()
3114 *xt = t; in helper_XVXSIGSP()
3246 *xt = t; in helper_xsrqpi()
3297 *xt = t; in helper_xsrqpxp()
3323 *xt = t; in helper_xssqrtqp()
[all …]
A Dinsn32.decode164 &X_imm5 xt imm:uint8_t vrb
165 @X_imm5 ...... ..... imm:5 vrb:5 .......... . &X_imm5 xt=%x_xt
167 &X_imm8 xt imm:uint8_t
179 &X_uim5 xt uim:uint8_t
224 &XX2 xt xb
227 &XX2_uim xt xb uim:uint8_t
241 &XX3 xt xa xb
244 &XX3_rc xt xa xb rc:bool
248 &MMIRR_XX3 xa xb xt pmsk xmsk ymsk
254 &XX3_dm xt xa xb dm
[all …]
A Dmem_helper.c454 ppc_vsr_t *xt, target_ulong rb) \
475 *xt = t; \
484 ppc_vsr_t *xt, target_ulong rb) \
496 cpu_stb_data_ra(env, addr, xt->VsrB(i - 1), GETPC()); \
501 cpu_stb_data_ra(env, addr, xt->VsrB(i), GETPC()); \
A Dint_helper.c1812 void helper_XXEXTRACTUW(ppc_vsr_t *xt, ppc_vsr_t *xb, uint32_t index)
1824 *xt = t;
1827 void helper_XXINSERTW(ppc_vsr_t *xt, ppc_vsr_t *xb, uint32_t index) in helper_XXINSERTW() argument
1829 ppc_vsr_t t = *xt; in helper_XXINSERTW()
1838 *xt = t; in helper_XXINSERTW()
/qemu/target/arm/tcg/
A Dmte_helper.c265 uint64_t HELPER(ldg)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
280 return address_with_allocation_tag(xt, rtag); in HELPER()
317 static inline void do_stg(CPUARMState *env, uint64_t ptr, uint64_t xt, in do_stg() argument
331 store1(ptr, mem, allocation_tag_from_addr(xt)); in do_stg()
335 void HELPER(stg)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
337 do_stg(env, ptr, xt, GETPC(), store_tag1); in HELPER()
342 do_stg(env, ptr, xt, GETPC(), store_tag1_parallel); in HELPER()
358 int tag = allocation_tag_from_addr(xt); in do_st2g()
393 void HELPER(st2g)(CPUARMState *env, uint64_t ptr, uint64_t xt) in HELPER()
395 do_st2g(env, ptr, xt, GETPC(), store_tag1); in HELPER()
[all …]
/qemu/target/mips/tcg/
A Dmsa_helper.c7450 uint## BITS ##_t as, at, xs, xt, xd; \
7460 MSA_FLOAT_MAXOP(xt, G, S, T, BITS); \
7462 X = (as == at || xd == float## BITS ##_abs(xs)) ? xs : xt; \

Completed in 61 milliseconds