Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvmx-ops.c.inc107 #define GEN_VXFORM_DUAL_INV(name0, name1, opc2, opc3, inval0, inval1, type) \
108 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, \
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 Dspe-impl.c.inc42 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \
H A Dvmx-impl.c.inc313 name1, flg1, flg2_1, inval1) \
322 !(ctx->opcode & inval1)) { \
/openbmc/qemu/target/ppc/
H A Dtranslate.c230 uint32_t inval1; member
1507 .inval1 = invl, \
1521 .inval1 = invl1, \
1536 .inval1 = invl, \
1550 .inval1 = invl, \
1564 .inval1 = invl, \
1579 .inval1 = 0xFFFFFFFF,
6459 inval = handler->inval1; in decode_legacy()