Home
last modified time | relevance | path

Searched refs:IMUL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td48 // MUL/IMUL and DIV/IDIV Instructions
131 defm IMUL : Mul<0xF7, "imul", MRM5r, MRM5m, null_frag>;
201 // X = IMUL Y, Z --> X = IMUL Z, Y
208 // X = IMUL Y, Z --> X = IMUL Z, Y
H A DX86ScheduleZnver1.td598 // MUL IMUL.
H A DX86ScheduleZnver2.td604 // MUL IMUL.
H A DX86.td344 "Support zero-upper SETcc/IMUL">;
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c142 IMUL, /* for 186 iimul instr */ enumerator
2770 /* [6,8] */ TSp("push",I), TS("imul",IMUL), TSp("push",Ib), TS("imul",IMUL),
4718 case IMUL: in dtrace_disx86()