Home
last modified time | relevance | path

Searched refs:OpDiv (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/prog/
Dencoding.go174 if a.OpDiv != 0 {
175 ctx.printf("/%v", a.OpDiv)
384 arg.OpDiv = div
Dencodingexec.go257 w.write(a.OpDiv)
Dprog.go231 OpDiv uint64 // divide result (executed before OpAdd) member
Dvalidation.go75 if c.Ret.Res != nil || c.Ret.Val != 0 || c.Ret.OpDiv != 0 || c.Ret.OpAdd != 0 {
Dtypes.go152 return a.Res == nil && a.OpDiv == 0 && a.OpAdd == 0 &&
/external/syzkaller/sys/linux/
Dinit.go213 nsec.OpDiv = 1e3
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1520 unsigned OpDiv; in selectSDiv() member
1558 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SDivEntryIt->OpDiv)) in selectSDiv()