reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 4501   if (NumOperands == 4 && Tok == "lsl") {
 4530   } else if (NumOperands == 4 && Tok == "bfc") {
 4587     if (Tok == "bfi" || Tok == "sbfiz" || Tok == "ubfiz") {
 4587     if (Tok == "bfi" || Tok == "sbfiz" || Tok == "ubfiz") {
 4587     if (Tok == "bfi" || Tok == "sbfiz" || Tok == "ubfiz") {
 4634           if (Tok == "bfi")
 4637           else if (Tok == "sbfiz")
 4640           else if (Tok == "ubfiz")
 4651                (Tok == "bfxil" || Tok == "sbfx" || Tok == "ubfx")) {
 4651                (Tok == "bfxil" || Tok == "sbfx" || Tok == "ubfx")) {
 4651                (Tok == "bfxil" || Tok == "sbfx" || Tok == "ubfx")) {
 4688           if (Tok == "bfxil")
 4691           else if (Tok == "sbfx")
 4694           else if (Tok == "ubfx")
 4709       NumOperands == 4 && Tok == "movi") {
 4731   if (NumOperands == 3 && (Tok == "sxtw" || Tok == "uxtw")) {
 4731   if (NumOperands == 3 && (Tok == "sxtw" || Tok == "uxtw")) {
 4743   else if (NumOperands == 3 && (Tok == "sxtb" || Tok == "sxth")) {
 4743   else if (NumOperands == 3 && (Tok == "sxtb" || Tok == "sxth")) {
 4760   else if (NumOperands == 3 && (Tok == "uxtb" || Tok == "uxth")) {
 4760   else if (NumOperands == 3 && (Tok == "uxtb" || Tok == "uxth")) {