Home
last modified time | relevance | path

Searched refs:NEON2RegMiscOpcode (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1393 NEON2RegMiscOpcode = 0x0001F000,
1394 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
1395 NEON_NEG_opcode = NEON_NEG & NEON2RegMiscOpcode,
1396 NEON_XTN_opcode = NEON_XTN & NEON2RegMiscOpcode,
1397 NEON_UQXTN_opcode = NEON_UQXTN & NEON2RegMiscOpcode,
1437 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
1438 NEON_FCVTN_opcode = NEON_FCVTN & NEON2RegMiscOpcode
2030 NEONScalar2RegMiscOpcode = NEON2RegMiscOpcode,
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1888 NEON2RegMiscOpcode = 0x0001F000, enumerator
1889 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
1890 NEON_NEG_opcode = NEON_NEG & NEON2RegMiscOpcode,
1891 NEON_XTN_opcode = NEON_XTN & NEON2RegMiscOpcode,
1892 NEON_UQXTN_opcode = NEON_UQXTN & NEON2RegMiscOpcode,
1936 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
1937 NEON_FCVTN_opcode = NEON_FCVTN & NEON2RegMiscOpcode
2586 NEONScalar2RegMiscOpcode = NEON2RegMiscOpcode,
H A Dsimulator-aarch64.cc6961 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in Simulator()
7187 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in Simulator()
7188 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in Simulator()
8752 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in Simulator()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1683 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
1892 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
1893 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
2889 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3931 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) {
4139 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) &&
4140 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) {
5344 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) {

Completed in 45 milliseconds