Searched refs:NEON3SameFixed (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1443 NEON3SameFixed = 0x0E200400, 1447 NEON_ADD = NEON3SameFixed | 0x00008000, 1448 NEON_ADDP = NEON3SameFixed | 0x0000B800, 1449 NEON_SHADD = NEON3SameFixed | 0x00000000, 1450 NEON_SHSUB = NEON3SameFixed | 0x00002000, 1451 NEON_SRHADD = NEON3SameFixed | 0x00001000, 1452 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800, 1453 NEON_CMGE = NEON3SameFixed | 0x00003800, 1454 NEON_CMGT = NEON3SameFixed | 0x00003000, 1455 NEON_CMHI = NEON3SameFixed | NEON3SameUBi [all...] |
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1978 NEON3SameFixed = 0x0E200400, enumerator 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 | NEON3SameUBi [all...] |
Completed in 15 milliseconds