HomeSort by relevance Sort by last modified time
    Searched defs:Movzx (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664.cpp 460 auto *Movzx = _movzx(T64, T);
462 // This movzx is only needed when Mem does not need to be lea'd into a
463 // temporary. If an lea is going to be emitted, then eliding this movzx
466 Movzx->setMustKeep();
IceInstX86Base.h 127 Movzx,
624 // Movsx and movzx need both the source and dest type width letter to
    [all...]

Completed in 68 milliseconds