Home
last modified time | relevance | path

Searched defs:op3 (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dlaalg.c11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local
H A Dcsst.c14 uint64_t op3 = op1; in main() local
/openbmc/linux/arch/x86/crypto/
Dcast5-avx-x86_64-asm_64.S
Dcast6-avx-x86_64-asm_64.S
/openbmc/u-boot/post/lib_powerpc/
H A Dcr.c90 ulong op3; member
/openbmc/linux/drivers/gpu/host1x/hw/
Dchannel_hw.c
/openbmc/linux/tools/objtool/arch/x86/
Ddecode.c
/openbmc/linux/arch/powerpc/math-emu/
Dmath.c
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h291 X86OpType op3:8; member
/openbmc/linux/lib/zstd/decompress/
Dhuf_decompress.c
/openbmc/qemu/target/ppc/
H A Dtranslate.c1529 #define GEN_OPCODE(name, op1, op2, op3, invl, _typ, _typ2) \ argument
1543 #define GEN_OPCODE_DUAL(name, op1, op2, op3, invl1, invl2, _typ, _typ2) \ argument
1558 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ argument
1572 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1586 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
/openbmc/qemu/disas/
H A Dsparc.c356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1611 HexValue *op3) in gen_carry_from_add()