Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc4006 enum NeonRegType { NEON_D, NEON_Q }; enum
4008 void NeonSplitCode(NeonRegType type, int code, int* vm, int* m, int* encoding) { in NeonSplitCode()
4018 static Instr EncodeNeonDupOp(NeonSize size, NeonRegType reg_type, int dst_code, in EncodeNeonDupOp()
4103 static Instr EncodeNeonUnaryOp(UnaryOp op, NeonRegType reg_type, NeonSize size, in EncodeNeonUnaryOp()
4194 static Instr EncodeNeonBinaryBitwiseOp(BinaryBitwiseOp op, NeonRegType reg_type, in EncodeNeonBinaryBitwiseOp()
4518 NeonRegType reg_type, int dst_code, int src_code, in EncodeNeonShiftOp()
4789 static Instr EncodeNeonSizedOp(NeonSizedOp op, NeonRegType reg_type, in EncodeNeonSizedOp()