Lines Matching defs:NEON3SameFixed

1978   NEON3SameFixed = 0x0E200400,
1982 NEON_ADD = NEON3SameFixed | 0x00008000,
1983 NEON_ADDP = NEON3SameFixed | 0x0000B800,
1984 NEON_SHADD = NEON3SameFixed | 0x00000000,
1985 NEON_SHSUB = NEON3SameFixed | 0x00002000,
1986 NEON_SRHADD = NEON3SameFixed | 0x00001000,
1987 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800,
1988 NEON_CMGE = NEON3SameFixed | 0x00003800,
1989 NEON_CMGT = NEON3SameFixed | 0x00003000,
1990 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT,
1991 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE,
1992 NEON_CMTST = NEON3SameFixed | 0x00008800,
1993 NEON_MLA = NEON3SameFixed | 0x00009000,
1994 NEON_MLS = NEON3SameFixed | 0x20009000,
1995 NEON_MUL = NEON3SameFixed | 0x00009800,
1996 NEON_PMUL = NEON3SameFixed | 0x20009800,
1997 NEON_SRSHL = NEON3SameFixed | 0x00005000,
1998 NEON_SQSHL = NEON3SameFixed | 0x00004800,
1999 NEON_SQRSHL = NEON3SameFixed | 0x00005800,
2000 NEON_SSHL = NEON3SameFixed | 0x00004000,
2001 NEON_SMAX = NEON3SameFixed | 0x00006000,
2002 NEON_SMAXP = NEON3SameFixed | 0x0000A000,
2003 NEON_SMIN = NEON3SameFixed | 0x00006800,
2004 NEON_SMINP = NEON3SameFixed | 0x0000A800,
2005 NEON_SABD = NEON3SameFixed | 0x00007000,
2006 NEON_SABA = NEON3SameFixed | 0x00007800,
2007 NEON_UABD = NEON3SameFixed | NEON3SameUBit | NEON_SABD,
2008 NEON_UABA = NEON3SameFixed | NEON3SameUBit | NEON_SABA,
2009 NEON_SQADD = NEON3SameFixed | 0x00000800,
2010 NEON_SQSUB = NEON3SameFixed | 0x00002800,
2011 NEON_SUB = NEON3SameFixed | NEON3SameUBit | 0x00008000,
2012 NEON_UHADD = NEON3SameFixed | NEON3SameUBit | NEON_SHADD,
2013 NEON_UHSUB = NEON3SameFixed | NEON3SameUBit | NEON_SHSUB,
2014 NEON_URHADD = NEON3SameFixed | NEON3SameUBit | NEON_SRHADD,
2015 NEON_UMAX = NEON3SameFixed | NEON3SameUBit | NEON_SMAX,
2016 NEON_UMAXP = NEON3SameFixed | NEON3SameUBit | NEON_SMAXP,
2017 NEON_UMIN = NEON3SameFixed | NEON3SameUBit | NEON_SMIN,
2018 NEON_UMINP = NEON3SameFixed | NEON3SameUBit | NEON_SMINP,
2019 NEON_URSHL = NEON3SameFixed | NEON3SameUBit | NEON_SRSHL,
2020 NEON_UQADD = NEON3SameFixed | NEON3SameUBit | NEON_SQADD,
2021 NEON_UQRSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQRSHL,
2022 NEON_UQSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQSHL,
2023 NEON_UQSUB = NEON3SameFixed | NEON3SameUBit | NEON_SQSUB,
2024 NEON_USHL = NEON3SameFixed | NEON3SameUBit | NEON_SSHL,
2025 NEON_SQDMULH = NEON3SameFixed | 0x0000B000,
2026 NEON_SQRDMULH = NEON3SameFixed | 0x2000B000,
2029 NEON3SameFPFixed = NEON3SameFixed | 0x0000C000,
2032 NEON_FADD = NEON3SameFixed | 0x0000D000,
2033 NEON_FSUB = NEON3SameFixed | 0x0080D000,
2034 NEON_FMUL = NEON3SameFixed | 0x2000D800,
2035 NEON_FDIV = NEON3SameFixed | 0x2000F800,
2036 NEON_FMAX = NEON3SameFixed | 0x0000F000,
2037 NEON_FMAXNM = NEON3SameFixed | 0x0000C000,
2038 NEON_FMAXP = NEON3SameFixed | 0x2000F000,
2039 NEON_FMAXNMP = NEON3SameFixed | 0x2000C000,
2040 NEON_FMIN = NEON3SameFixed | 0x0080F000,
2041 NEON_FMINNM = NEON3SameFixed | 0x0080C000,
2042 NEON_FMINP = NEON3SameFixed | 0x2080F000,
2043 NEON_FMINNMP = NEON3SameFixed | 0x2080C000,
2044 NEON_FMLA = NEON3SameFixed | 0x0000C800,
2045 NEON_FMLS = NEON3SameFixed | 0x0080C800,
2046 NEON_FMULX = NEON3SameFixed | 0x0000D800,
2047 NEON_FRECPS = NEON3SameFixed | 0x0000F800,
2048 NEON_FRSQRTS = NEON3SameFixed | 0x0080F800,
2049 NEON_FABD = NEON3SameFixed | 0x2080D000,
2050 NEON_FADDP = NEON3SameFixed | 0x2000D000,
2051 NEON_FCMEQ = NEON3SameFixed | 0x0000E000,
2052 NEON_FCMGE = NEON3SameFixed | 0x2000E000,
2053 NEON_FCMGT = NEON3SameFixed | 0x2080E000,
2054 NEON_FACGE = NEON3SameFixed | 0x2000E800,
2055 NEON_FACGT = NEON3SameFixed | 0x2080E800,
2058 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800,
2073 NEON_FMLAL = NEON3SameFixed | 0x0000E800, // 0 00 11101
2074 NEON_FMLAL2 = NEON3SameFixed | 0x2000C800, // 1 00 11001
2075 NEON_FMLSL = NEON3SameFixed | 0x0080E800, // 0 10 11101
2076 NEON_FMLSL2 = NEON3SameFixed | 0x2080C800 // 1 10 11001