Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:is64BitMode

67   bool is64BitMode() const {
380 unsigned basereg = is64BitMode() ? X86::RSI : X86::ESI;
390 unsigned basereg = is64BitMode() ? X86::RDI : X86::EDI;
417 if (!is64BitMode()) {
852 (is64BitMode() && Name == "movsq"))) {
865 Name == "lodsl" || (is64BitMode() && Name == "lodsq"))) {
895 Name == "stosl" || (is64BitMode() && Name == "stosq"))) {
1173 if (is64BitMode()) {
1179 if (!is64BitMode()) {