Searched refs:R01 (Results 1 – 8 of 8) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/ |
D | arm_rotation2quaternion_f32.c | 67 #define R01 vgetq_lane(q1,1) macro 113 q[3] = R10 - R01; in arm_rotation2quaternion_f32() 126 q[2] = R01 + R10; in arm_rotation2quaternion_f32() 139 q[1] = R01 + R10; in arm_rotation2quaternion_f32() 152 q[0] = R10 - R01; in arm_rotation2quaternion_f32()
|
/third_party/openssl/crypto/sha/asm/ |
D | keccak1600-avx512vl.pl | 56 my ($R20,$R01,$R31,$R21,$R41,$R11) = map("%ymm$_",(16..21)); 115 vprolvq $R01,$A01,@T[2] # $A01 -> future $A20 211 vmovdqa64 1*32(%r8),$R01 297 vmovdqa64 1*32(%r8),$R01
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 269 type R01 = First<readonly [symbol, string]>; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | variadicTuples1.js | 267 type R01 = First<readonly [symbol, string]>; 721 declare type R01 = First<readonly [symbol, string]>;
|
D | variadicTuples1.symbols | 901 type R01 = First<readonly [symbol, string]>; 902 >R01 : Symbol(R01, Decl(variadicTuples1.ts, 264, 52))
|
D | variadicTuples1.types | 917 type R01 = First<readonly [symbol, string]>; 918 >R01 : symbol
|
D | variadicTuples1.errors.txt | 376 type R01 = First<readonly [symbol, string]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26831 SDValue R01 = DAG.getVectorShuffle(VT, dl, R0, R1, {0, -1, -1, 5}); in LowerShift() local 26833 return DAG.getVectorShuffle(VT, dl, R01, R23, {0, 3, 4, 7}); in LowerShift()
|