Searched refs:wt (Results 1 – 8 of 8) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 328 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_b() argument 332 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_b() 353 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_h() argument 357 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_h() 370 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_w() argument 374 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_w() 383 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_d() argument 387 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsl_d() 409 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_b() argument 413 wr_t *pwt = &(env->active_fpu.fpr[wt].wr); in helper_msa_binsr_b() [all …]
|
H A D | msa.decode | 16 &msa_r df wd ws wt 17 &msa_bz df wt sa 34 @bz_v ...... ... .. wt:5 sa:s16 &msa_bz df=3 35 @bz ...... ... df:2 wt:5 sa:s16 &msa_bz 38 @vec ...... ..... wt:5 ws:5 wd:5 ...... &msa_r df=0 39 @2r ...... ........ df:2 ws:5 wd:5 ...... &msa_r wt=0 40 @2rf ...... ......... . ws:5 wd:5 ...... &msa_r wt=0 df=%2r_df_w 41 @3r ...... ... df:2 wt:5 ws:5 wd:5 ...... &msa_r 42 @3rf_h ...... .... . wt:5 ws:5 wd:5 ...... &msa_r df=%3r_df_h 43 @3rf_w ...... .... . wt:5 ws:5 wd:5 ...... &msa_r df=%3r_df_w
|
H A D | msa_translate.c | 196 static void gen_check_zero_element(TCGv tresult, uint8_t df, uint8_t wt, in gen_check_zero_element() argument 206 tcg_gen_subi_i64(t0, msa_wr_d[wt << 1], eval_zero_or_big); in gen_check_zero_element() 207 tcg_gen_andc_i64(t0, t0, msa_wr_d[wt << 1]); in gen_check_zero_element() 209 tcg_gen_subi_i64(t1, msa_wr_d[(wt << 1) + 1], eval_zero_or_big); in gen_check_zero_element() 210 tcg_gen_andc_i64(t1, t1, msa_wr_d[(wt << 1) + 1]); in gen_check_zero_element() 219 static bool gen_msa_BxZ_V(DisasContext *ctx, int wt, int sa, TCGCond cond) in gen_msa_BxZ_V() argument 232 tcg_gen_or_i64(t0, msa_wr_d[wt << 1], msa_wr_d[(wt << 1) + 1]); in gen_msa_BxZ_V() 246 return gen_msa_BxZ_V(ctx, a->wt, a->sa, TCG_COND_EQ); in trans_BZ_V() 251 return gen_msa_BxZ_V(ctx, a->wt, a->sa, TCG_COND_NE); in trans_BNZ_V() 254 static bool gen_msa_BxZ(DisasContext *ctx, int df, int wt, int sa, bool if_not) in gen_msa_BxZ() argument [all …]
|
/qemu/target/sh4/ |
H A D | monitor.c | 39 tlb->d, tlb->wt); in print_tlb()
|
H A D | helper.c | 486 entry->wt = (uint8_t)cpu_ptel_wt(env->ptel); in cpu_load_tlb() 698 (entry->wt); in cpu_sh4_read_mmaped_utlb_data() 730 entry->wt = (mem_value & 0x00000001); in cpu_sh4_write_mmaped_utlb_data()
|
H A D | cpu.h | 122 uint8_t wt:1; /* write through */ member
|
/qemu/target/ppc/ |
H A D | tcg-excp_helper.c | 348 bool wt, wti, hv, sv, pr; in ppc_cpu_debug_check_watchpoint() local 361 wt = extract32(dawrx, PPC_BIT_NR(59), 1); in ppc_cpu_debug_check_watchpoint() 377 return wt; in ppc_cpu_debug_check_watchpoint() 379 return !wt; in ppc_cpu_debug_check_watchpoint()
|
/qemu/target/arm/ |
H A D | debug_helper.c | 262 int pac, hmc, ssc, wt, lbn; in bp_wp_matches() local 347 wt = FIELD_EX64(cr, DBGWCR, WT); in bp_wp_matches() 350 if (wt && !linked_bp_matches(cpu, lbn)) { in bp_wp_matches()
|