Searched full:mulx (Results 1 – 8 of 8) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | multi3.S | 10 mulx %o4, %g1, %o1 12 mulx %g3, %o4, %g7 19 mulx %o4, %o5, %o4 20 mulx %g3, %o5, %o5 30 mulx %g1, %o2, %g1 32 mulx %o0, %o3, %o0
|
/linux/arch/sparc/math-emu/ |
H A D | sfp-util_64.h | 48 "mulx %3,%6,%1\n\t" \ 50 "mulx %2,%3,%4\n\t" \ 57 "mulx %3,%5,%3\n\t" \ 58 "mulx %2,%5,%5\n\t" \
|
/linux/arch/nios2/ |
H A D | Makefile | 29 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_HW_MULX_SUPPORT),-mhw-mulx,-mno-hw-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/arch/nios2/kernel/ |
H A D | insnemu.S | 509 /* It's one of the mulx.. opcodes. Move over the result. */
|
/linux/lib/crypto/mpi/ |
H A D | longlong.h | 282 __asm__ ("mulx %3,%0,%1" \
|
/linux/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
|
/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
|