Searched refs:inval1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 107 #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 D | spe-ops.c.inc | 6 #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 D | spe-impl.c.inc | 42 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \
|
H A D | vmx-impl.c.inc | 313 name1, flg1, flg2_1, inval1) \ 322 !(ctx->opcode & inval1)) { \
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 230 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()
|