Searched refs:MULX (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/nios2/platform/ |
| D | Kconfig.platform | 69 bool "Enable MULX instruction" 71 Set to true if you configured the Nios II to include the MULX
|
| /Linux-v5.4/arch/sparc/net/ |
| 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-v5.4/arch/x86/lib/ |
| D | x86-opcode-map.txt | 793 f6: ADCX Gy,Ey (66) | ADOX Gy,Ey (F3) | MULX By,Gy,rDX,Ey (F2),(v)
|
| /Linux-v5.4/tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 793 f6: ADCX Gy,Ey (66) | ADOX Gy,Ey (F3) | MULX By,Gy,rDX,Ey (F2),(v)
|