HomeSort by relevance Sort by last modified time
    Searched refs:ACC (Results 1 - 25 of 35) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-equ.s 4 .set ACC, %xmm17
5 vaddss %xmm0,%xmm1,ACC
9 .set ACC, xmm17
10 vaddss xmm0,xmm1,ACC
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBootManagerLib.inf 19 FILE_GUID = F1B87BE4-0ACC-409A-A52B-7BFFABCC96A0
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 83 AllocatedCXCompileCommands *ACC =
86 return ACC->CCmd.size();
95 AllocatedCXCompileCommands *ACC =
98 if (I >= ACC->CCmd.size())
101 return &ACC->CCmd[I];
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 72 ACC,
451 size_t i = mTask.sample_indices[ACC];
468 while (mTask.sample_counts[ACC] > 0
472 a_time = mTask.samples[ACC][i].time;
478 // priority with same timestamp: gyro > acc > mag
482 which = ACC;
489 case ACC:
490 initVec3(&a, mTask.samples[ACC][i].x, mTask.samples[ACC][i].y, mTask.samples[ACC][i].z)
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 275 ACC = FIRST_CONT_SENSOR,
461 struct AccelCal acc; member in struct:BMI160Task
889 sensorSignalInternalEvt(mTask.sensors[ACC].handle,
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecPeiFspPlatformSecLibSample.inf 23 FILE_GUID = 4E1C4F95-90EA-47de-9ACC-B8920189A1F5
  /frameworks/native/services/sensorservice/
Fusion.h 90 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
Fusion.cpp 258 (mInitState & ACC);
265 if (what == ACC) {
268 mInitState |= ACC;
321 if (!checkInitComplete(ACC, a, dT))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-error-vu0.s 46 vaddaw.xzw $ACC, $vf0, $vf31z
51 vaddax.w $ACC, $vf1, $vf2z
64 vaddax.xyzw $ACC, $vf1, $vf2y
65 vaddax.xyzw $ACC, $vf31, $vf0z
82 vaddi.w $vf31w, $vf0w, $ACC
90 vaddq.w $vf31w, $vf31w, $ACC
246 vmaddai.x $ACCx, $vf0x, $ACC
262 vmaddaq.y $ACCy, $vf31y, $ACC
409 vminii.yz $vf0yz, $vf31yz, $ACC
411 vminii.yzw $vf31yzw, $vf15yzw, $ACC
    [all...]
r5900-error-vu0.l 40 .*: Error: invalid operands `vaddaw\.xzw \$ACC,\$vf0,\$vf31z'
45 .*: Error: invalid operands `vaddax\.w \$ACC,\$vf1,\$vf2z'
58 .*: Error: invalid operands `vaddax\.xyzw \$ACC,\$vf1,\$vf2y'
59 .*: Error: invalid operands `vaddax\.xyzw \$ACC,\$vf31,\$vf0z'
76 .*: Error: invalid operands `vaddi\.w \$vf31w,\$vf0w,\$ACC'
84 .*: Error: invalid operands `vaddq\.w \$vf31w,\$vf31w,\$ACC'
242 .*: Error: invalid operands `vmaddai\.x \$ACCx,\$vf0x,\$ACC'
258 .*: Error: invalid operands `vmaddaq\.y \$ACCy,\$vf31y,\$ACC'
405 .*: Error: invalid operands `vminii\.yz \$vf0yz,\$vf31yz,\$ACC'
407 .*: Error: invalid operands `vminii\.yzw \$vf31yzw,\$vf15yzw,\$ACC'
    [all...]
r5900-full-vu0.s 66 vmaddax $ACC, $vf1, $vf5
68 vmadday $ACC, $vf2, $vf5
111 vmulaw $ACC, $vf4, $vf0
r5900-all-vu0.s     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 678 const APInt &ACC = CC->getValue();
682 if ((SPF1 == SPF_UMIN && ACB.ule(ACC)) ||
683 (SPF1 == SPF_SMIN && ACB.sle(ACC)) ||
684 (SPF1 == SPF_UMAX && ACB.uge(ACC)) ||
685 (SPF1 == SPF_SMAX && ACB.sge(ACC)))
690 if ((SPF1 == SPF_UMIN && ACB.ugt(ACC)) ||
691 (SPF1 == SPF_SMIN && ACB.sgt(ACC)) ||
692 (SPF1 == SPF_UMAX && ACB.ult(ACC)) ||
693 (SPF1 == SPF_SMAX && ACB.slt(ACC))) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 86 ACC, /* Accumulator Reg0 (EMAC or ACC on MAC). */
tc-m68k.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m32r-opc.c 642 /* machi $src1,$src2,$acc */
645 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
654 /* maclo $src1,$src2,$acc */
657 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
666 /* macwhi $src1,$src2,$acc */
669 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
678 /* macwlo $src1,$src2,$acc */
681 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
696 /* mulhi $src1,$src2,$acc */
699 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }
    [all...]
m32r-opinst.c 315 { INPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 },
318 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 },
332 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 },
    [all...]
micromips-opc.c 159 case '7': REG (2, 14, ACC);
    [all...]
  /device/google/contexthub/firmware/os/algos/
fusion.c 32 #define ACC 1
102 fusion->mInitState &= (ACC
113 return fusion->mInitState == (ACC
143 case ACC:
155 fusion->mInitState |= ACC;
514 if (!fusion_init_complete(fusion, ACC, a, dT)) {
574 // Adaptive acc weighting (trust acc less as it deviates from nominal g
575 // more), acc_stdev *= e(sqrt(| |acc| - g_nominal|))
  /external/icu/icu4c/source/
runConfigureICU 46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
182 HP-UX/ACC)
184 THE_COMP="aCC"
186 CXX=aCC; export CXX
  /packages/services/Car/service/src/com/android/car/hal/
SensorHalService.java 90 VehicleIgnitionState.ACC, CarSensorEvent.IGNITION_STATE_ACC,
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarSensorManagerTest.java 253 VehicleIgnitionState.ACC, CarSensorEvent.IGNITION_STATE_ACC,
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem     [all...]

Completed in 538 milliseconds

1 2