Searched refs:MULX (Results 1 – 3 of 3) sorted by relevance
/linux/arch/nios2/platform/ |
H A D | Kconfig.platform | 70 bool "Enable MULX instruction" 72 Set to true if you configured the Nios II to include the MULX
|
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 149 #define MULX F3(2, 0x09) macro 942 emit_alu(MULX, src, dst, ctx); in build_insn() 960 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn() 970 emit_alu3(MULX, tmp, src, tmp, ctx); in build_insn() 1097 emit_alu_K(MULX, dst, imm, ctx); in build_insn() 1128 emit(MULX | IMMED | RS1(tmp) | S13(imm) | RD(tmp), ctx); in build_insn() 1137 emit(MULX | RS1(tmp) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 842 f6: ADCX Gy,Ey (66) | ADOX Gy,Ey (F3) | MULX By,Gy,rDX,Ey (F2),(v) | WRSSD/Q My,Gy
|