Home
last modified time | relevance | path

Searched refs:inval1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc6 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \
7 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, PPC_NONE)
H A Dvmx-ops.c.inc162 #define GEN_VXFORM_DUAL_INV(name0, name1, opc2, opc3, inval0, inval1, type) \
163 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, \
H A Dspe-impl.c.inc42 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \
H A Dvmx-impl.c.inc352 name1, flg1, flg2_1, inval1) \
361 !(ctx->opcode & inval1)) { \
/openbmc/qemu/target/ppc/
H A Dtranslate.c228 uint32_t inval1; member
1391 .inval1 = invl, \
1405 .inval1 = invl1, \
1420 .inval1 = invl, \
1434 .inval1 = invl, \
1448 .inval1 = invl, \
1463 .inval1 = 0xFFFFFFFF,
7304 inval = handler->inval1; in decode_legacy()