Home
last modified time | relevance | path

Searched refs:IF_DFP (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc601 F(0xb2bd, LFAS, S, IEEEE_SIM, 0, m2_32u, 0, 0, sfas, 0, IF_DFP)
806 F(0xb385, SFASR, RRE, IEEEE_SIM, 0, r1_o, 0, 0, sfas, 0, IF_DFP)
811 F(0xb2b9, SRNMT, S, DFPR, la2, 0, 0, 0, srnmt, 0, IF_DFP)
H A Dtranslate.c1040 #define IF_DFP 0x0010 /* decimal floating point instruction */ macro
6290 if (insn->flags & IF_DFP) { in translate_one()