Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dconstants-a64.h1385 NEON2RegMiscOpcode = 0x0001F000, enumerator
1386 NEON_RBIT_NOT_opcode = NEON_RBIT_NOT & NEON2RegMiscOpcode,
1387 NEON_NEG_opcode = NEON_NEG & NEON2RegMiscOpcode,
1388 NEON_XTN_opcode = NEON_XTN & NEON2RegMiscOpcode,
1389 NEON_UQXTN_opcode = NEON_UQXTN & NEON2RegMiscOpcode,
1429 NEON_FCVTL_opcode = NEON_FCVTL & NEON2RegMiscOpcode,
1430 NEON_FCVTN_opcode = NEON_FCVTN & NEON2RegMiscOpcode
1947 NEONScalar2RegMiscOpcode = NEON2RegMiscOpcode,
Ddisasm-a64.cc1431 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
1529 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
1530 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
2203 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()
Dsimulator-a64.cc2495 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_opcode) { in VisitNEON2RegMisc()
2595 if ((NEON_XTN_opcode <= instr->Mask(NEON2RegMiscOpcode)) && in VisitNEON2RegMisc()
2596 (instr->Mask(NEON2RegMiscOpcode) <= NEON_UQXTN_opcode)) { in VisitNEON2RegMisc()
3462 if (instr->Mask(NEON2RegMiscOpcode) <= NEON_NEG_scalar_opcode) { in VisitNEONScalar2RegMisc()