Home | History | Annotate | Download | only in AsmParser

Lines Matching full:ebx

1170       unsigned RegNo = is64BitMode() ? X86::RBX : X86::EBX;
1260 // The period in the dot operator (e.g., [ebx].foo.bar) is parsed as an
1363 // Parse the dot operator (e.g., [ebx].foo.bar).
1547 unsigned RegNo = is64BitMode() ? X86::RBX : X86::EBX;
1702 // of a memory operand with a missing displacement "(%ebx)" or "(,%eax)". The