Searched refs:NeonS32 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1884 __ ExtractLane(i.OutputRegister(), i.InputSimd128Register(0), NeonS32, in AssembleArchInstruction() 1890 i.InputRegister(2), NeonS32, i.InputInt8(1)); in AssembleArchInstruction() 1912 __ vshl(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 1917 __ vshr(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 1940 __ vmin(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 1945 __ vmax(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 1962 __ vcgt(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 1967 __ vcge(NeonS32, i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() 2601 __ ExtractLane(i.OutputRegister(), scratch, NeonS32, 0); in AssembleArchInstruction() 2610 __ ExtractLane(i.OutputRegister(), scratch, NeonS32, 0); in AssembleArchInstruction() [all …]
|
/external/v8/src/arm/ |
D | constants-arm.h | 314 NeonS32 = 2, enumerator
|
D | macro-assembler-arm.cc | 836 vmov(NeonS32, dst, src, 1); in VmovHigh() 845 vmov(NeonS32, dst, 1, src); in VmovHigh() 854 vmov(NeonS32, dst, src, 0); in VmovLow() 863 vmov(NeonS32, dst, 0, src); in VmovLow()
|
D | assembler-arm.cc | 2876 vmov(NeonS32, dst, 0, scratch); in vmov() 2883 vmov(NeonS32, dst, 1, scratch); in vmov() 3939 case NeonS32: in EncodeScalar() 3955 DCHECK(dt == NeonS32 || dt == NeonU32 || IsEnabled(NEON)); in vmov() 3967 DCHECK(dt == NeonS32 || dt == NeonU32 || IsEnabled(NEON)); in vmov()
|