Home
last modified time | relevance | path

Searched refs:NEON_RBIT_NOT (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1375 NEON_RBIT_NOT = NEON2RegMiscFixed | 0x20005000,
1394 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
H A Dassembler-arm64.cc3471 Emit(VFormat(vd) | NEON_RBIT_NOT | Rn(vn) | Rd(vd)); in not_()
3477 Emit(VFormat(vn) | (1 << NEONSize_offset) | NEON_RBIT_NOT | Rn(vn) | Rd(vd)); in rbit()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1870 NEON_RBIT_NOT = NEON2RegMiscFixed | 0x20005000, enumerator
1889 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
H A Dassembler-aarch64.cc4988 Emit(VFormat(vd) | NEON_RBIT_NOT | Rn(vn) | Rd(vd));
4996 Emit(VFormat(vn) | (1 << NEONSize_offset) | NEON_RBIT_NOT | Rn(vn) | Rd(vd));
H A Dsimulator-aarch64.cc7028 case NEON_RBIT_NOT: in Simulator()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1759 case NEON_RBIT_NOT: in VisitNEON2RegMisc()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3998 case NEON_RBIT_NOT:

Completed in 60 milliseconds