Home
last modified time | relevance | path

Searched defs:m34 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1783 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfeb() local
1795 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfdb() local
1807 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfxb() local
1819 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cgeb() local
1831 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cgdb() local
1927 TCGv_i32 m34 = fpinst_extract_m34(s, true, true); in op_cegb() local
1938 TCGv_i32 m34 = fpinst_extract_m34(s, true, true); in op_cdgb() local
1949 TCGv_i32 m34 = fpinst_extract_m34(s, true, true); in op_cxgb() local
2747 TCGv_i32 m34 = fpinst_extract_m34(s, true, true); in op_ledb() local
2758 TCGv_i32 m34 = fpinst_extract_m34(s, true, true); in op_ldxb() local
[all …]
H A Dfpu_helper.c207 static inline uint8_t round_from_m34(uint32_t m34) in round_from_m34()
212 static inline bool xxc_from_m34(uint32_t m34) in xxc_from_m34()