Searched refs:GEN_VEXT_ST_US (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 462 #define GEN_VEXT_ST_US(NAME, ETYPE, STORE_FN_TLB, STORE_FN_HOST) \ in GEN_VEXT_LD_US() macro 478 GEN_VEXT_ST_US(vse8_v, int8_t, ste_b_tlb, ste_b_host) 479 GEN_VEXT_ST_US(vse16_v, int16_t, ste_h_tlb, ste_h_host) 480 GEN_VEXT_ST_US(vse32_v, int32_t, ste_w_tlb, ste_w_host) 481 GEN_VEXT_ST_US(vse64_v, int64_t, ste_d_tlb, ste_d_host)
|