Home
last modified time | relevance | path

Searched refs:NEON_FCVTL (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc583 case NEON_FCVTL: in VisitNEON2RegMisc()
Dconstants-aarch64.h1645 NEON_FCVTL = NEON2RegMiscFixed | 0x00017000, enumerator
1676 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
Ddisasm-aarch64.cc2318 case NEON_FCVTL: in VisitNEON2RegMisc()
Dassembler-aarch64.cc2863 Emit(format | NEON_FCVTL | Rn(vn) | Rd(vd)); in fcvtl()
2872 Emit(NEON_Q | format | NEON_FCVTL | Rn(vn) | Rd(vd)); in fcvtl2()
Dsimulator-aarch64.cc3903 case NEON_FCVTL: in VisitNEON2RegMisc()
/external/v8/src/arm64/
Dconstants-arm64.h1383 NEON_FCVTL = NEON2RegMiscFixed | 0x00017000, enumerator
1414 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
Ddisasm-arm64.cc1515 case NEON_FCVTL: in VisitNEON2RegMisc()
Dassembler-arm64.cc3140 Emit(format | NEON_FCVTL | Rn(vn) | Rd(vd)); in fcvtl()
3146 Emit(NEON_Q | format | NEON_FCVTL | Rn(vn) | Rd(vd)); in fcvtl2()
Dsimulator-arm64.cc3568 case NEON_FCVTL: in VisitNEON2RegMisc()