Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_rotation2quaternion_f32.c67 #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/
Dkeccak1600-avx512vl.pl56 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/
DvariadicTuples1.ts269 type R01 = First<readonly [symbol, string]>; alias
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js267 type R01 = First<readonly [symbol, string]>;
721 declare type R01 = First<readonly [symbol, string]>;
DvariadicTuples1.symbols901 type R01 = First<readonly [symbol, string]>;
902 >R01 : Symbol(R01, Decl(variadicTuples1.ts, 264, 52))
DvariadicTuples1.types917 type R01 = First<readonly [symbol, string]>;
918 >R01 : symbol
DvariadicTuples1.errors.txt376 type R01 = First<readonly [symbol, string]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26831 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()