Searched refs:NEON_FCVTZS (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1397 NEON_FCVTZS = NEON2RegMiscFixed | 0x0081B000, enumerator 1398 NEON_FCVTZU = NEON_FCVTZS | NEON2RegMiscUBit, 2027 NEON_FCVTZS_scalar = NEON_Q | NEONScalar | NEON_FCVTZS,
|
D | disasm-arm64.cc | 1559 case NEON_FCVTZS: in VisitNEON2RegMisc()
|
D | simulator-arm64.cc | 3632 case NEON_FCVTZS: in VisitNEON2RegMisc()
|
D | assembler-arm64.cc | 3363 NEONFP2RegMisc(vd, vn, NEON_FCVTZS); in fcvtzs()
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1659 NEON_FCVTZS = NEON2RegMiscFixed | 0x0081B000, enumerator 1660 NEON_FCVTZU = NEON_FCVTZS | NEON2RegMiscUBit, 2326 NEON_FCVTZS_scalar = NEON_Q | NEONScalar | NEON_FCVTZS,
|
D | cpu-features-auditor-aarch64.cc | 599 case NEON_FCVTZS: in VisitNEON2RegMisc()
|
D | disasm-aarch64.cc | 2362 case NEON_FCVTZS: in VisitNEON2RegMisc()
|
D | simulator-aarch64.cc | 3966 case NEON_FCVTZS: in VisitNEON2RegMisc()
|
D | assembler-aarch64.cc | 3005 NEONFP2RegMisc(vd, vn, NEON_FCVTZS); in fcvtzs()
|