HomeSort by relevance Sort by last modified time
    Searched full:islods (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 835 bool isLods = Name == "lods";
836 if (reg == X86::AL && (isLods || Name == "lodsb"))
838 else if (reg == X86::AX && (isLods || Name == "lodsw"))
840 else if (reg == X86::EAX && (isLods || Name == "lodsl"))
842 else if (reg == X86::RAX && (isLods || Name == "lodsq"))
    [all...]

Completed in 77 milliseconds