Home
last modified time | relevance | path

Searched refs:NEON2RegMiscOpcode (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm64/
Dconstants-arm64.h1370 NEON2RegMiscOpcode = 0x0001F000, enumerator
1371 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
1372 NEON_NEG_opcode = NEON_NEG & NEON2RegMiscOpcode,
1373 NEON_XTN_opcode = NEON_XTN & NEON2RegMiscOpcode,
1374 NEON_UQXTN_opcode = NEON_UQXTN & NEON2RegMiscOpcode,
1414 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
1415 NEON_FCVTN_opcode = NEON_FCVTN & NEON2RegMiscOpcode
2007 NEONScalar2RegMiscOpcode = NEON2RegMiscOpcode,
Ddisasm-arm64.cc1404 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
1613 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
1614 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
2611 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()
Dsimulator-arm64.cc3470 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
3678 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
3679 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
4875 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1632 NEON2RegMiscOpcode = 0x0001F000, enumerator
1633 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
1634 NEON_NEG_opcode = NEON_NEG & NEON2RegMiscOpcode,
1635 NEON_XTN_opcode = NEON_XTN & NEON2RegMiscOpcode,
1636 NEON_UQXTN_opcode = NEON_UQXTN & NEON2RegMiscOpcode,
1676 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
1677 NEON_FCVTN_opcode = NEON_FCVTN & NEON2RegMiscOpcode
2306 NEONScalar2RegMiscOpcode = NEON2RegMiscOpcode,
Ddisasm-aarch64.cc2207 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
2416 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
2417 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
3816 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()
Dsimulator-aarch64.cc3805 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
4012 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
4013 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
5508 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()