Home
last modified time | relevance | path

Searched refs:op3 (Results 1 – 12 of 12) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dlaalg.c11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local
19 : [op3] "r" (op3) in main()
H A Dcsst.c14 uint64_t op3 = op1; in main() local
24 [op3] "+r" (op3), in main()
/qemu/target/ppc/translate/
H A Dfp-ops.c.inc1 #define GEN_FLOAT_B(name, op2, op3, set_fprf, type) \
2 GEN_HANDLER(f##name, 0x3F, op2, op3, 0x001F0000, type)
H A Dfp-impl.c.inc101 #define GEN_FLOAT_B(name, op2, op3, set_fprf, type) \
/qemu/target/i386/tcg/
H A Ddecode-new.h291 X86OpType op3:8; member
H A Ddecode-new.c.inc203 .op3 = X86_TYPE_I, .s3 = X86_SIZE_b, \
2258 if (e->op3 != X86_TYPE_None) {
2263 assert(e->op3 == X86_TYPE_I && e->s3 == X86_SIZE_b);
2282 if (e->op3 != X86_TYPE_None) {
H A Demit.c.inc743 int op3, SSEFunc_0_epppp xmm, SSEFunc_0_epppp ymm)
749 tcg_gen_addi_ptr(ptr3, tcg_env, ZMM_OFFSET(op3));
4013 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;
4065 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h277 HexValue *op3);
H A Dparser-helpers.c1611 HexValue *op3) in gen_carry_from_add() argument
1618 HexValue op3_m = rvalue_materialize(c, locp, op3); in gen_carry_from_add()
/qemu/disas/
H A Dsparc.c356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
357 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
358 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
359 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
/qemu/target/ppc/
H A Dtranslate.c1529 #define GEN_OPCODE(name, op1, op2, op3, invl, _typ, _typ2) \ argument
1533 .opc3 = op3, \
1543 #define GEN_OPCODE_DUAL(name, op1, op2, op3, invl1, invl2, _typ, _typ2) \ argument
1547 .opc3 = op3, \
1558 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ argument
1562 .opc3 = op3, \
1572 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1576 .opc3 = op3, \
1586 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1590 .opc3 = op3, \
/qemu/target/i386/emulate/
H A Dx86_decode.c428 struct x86_decode_op *op3);