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

1 2

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
AcpiTables.inf 3 # ACPI table data and ASL sources required to boot the platform.
29 Dsdt/Dsdt.asl
35 Iort.asl
38 SASSSDT.ASL
39 SATASSDT.ASL
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/metag/
metacore21-invalid.s 7 ASL D0.0,D1.0,D0.0
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
AcpiTables.inf 6 # by top level ASL file which will be dealed with by asl.exe application.
32 DSDT.ASL
33 RhProxy.asl
  /external/llvm/lib/Option/
Arg.cpp 70 ArgStringList ASL;
71 render(Args, ASL);
73 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) {
74 if (it != ASL.begin())
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
vector2.s 21 //Dreg = VIT_MAX ( Dreg , Dreg ) (ASL) ; /* shift history bits left (b) */
24 //Dreg_lo = VIT_MAX ( Dreg ) (ASL) ; /* shift history bits left (b) */
26 r5 = vit_max(r3, r2)(asl) ; /* shift left, dual operation */
29 r0 = vit_max(r1, r2)(asl) ; /* shift left, dual operation */
31 r6 = vit_max(r7, r0)(asl) ; /* shift left, dual operation */
33 r4 = vit_max(r5, r6)(asl) ; /* shift left, dual operation */
35 r2 = vit_max(r3, r4)(asl) ; /* shift left, dual operation */
39 r3.l = vit_max (r1)(asl) ; /* shift left, single operation */
42 r0.l = vit_max (r1)(asl) ; /* shift left, single operation */
44 r4.l = vit_max (r5)(asl) ; /* shift left, single operation *
    [all...]
bit.d 36 32: 08 c6 25 40 BITMUX \(R4, R5, A0\) \(ASL\);
37 36: 08 c6 3e 40 BITMUX \(R7, R6, A0\) \(ASL\);
vector2.d 16 20: 09 c6 13 8a R5 = VIT_MAX \(R3, R2\) \(ASL\);
18 28: 09 c6 11 80 R0 = VIT_MAX \(R1, R2\) \(ASL\);
20 30: 09 c6 07 8c R6 = VIT_MAX \(R7, R0\) \(ASL\);
22 38: 09 c6 35 88 R4 = VIT_MAX \(R5, R6\) \(ASL\);
24 40: 09 c6 23 84 R2 = VIT_MAX \(R3, R4\) \(ASL\);
26 48: 09 c6 01 06 R3.L = VIT_MAX \(R1\) \(ASL\);
28 50: 09 c6 01 00 R0.L = VIT_MAX \(R1\) \(ASL\);
30 58: 09 c6 05 08 R4.L = VIT_MAX \(R5\) \(ASL\);
32 60: 09 c6 02 02 R1.L = VIT_MAX \(R2\) \(ASL\);
34 68: 09 c6 06 0a R5.L = VIT_MAX \(R6\) \(ASL\);
    [all...]
bit2.s 87 //BITMUX ( Dreg , Dreg , A0 ) (ASL) ; /* shift left, MSB is shifted out (b) */
88 //BITMUX(R0, R0, A0)(ASL);
89 BITMUX(R0, R1, A0)(ASL);
90 BITMUX(R1, R2, A0)(ASL);
bit2.d 65 a8: 08 c6 01 40 BITMUX \(R0, R1, A0\) \(ASL\);
66 ac: 08 c6 0a 40 BITMUX \(R1, R2, A0\) \(ASL\);
vector.d 11 4: 09 c6 15 8e R7 = VIT_MAX \(R5, R2\) \(ASL\);
13 c: 09 c6 03 0a R5.L = VIT_MAX \(R3\) \(ASL\);
30 40: 01 c4 1e c2 R0 = R3 \+\|\+ R6, R1 = R3 -\|- R6 \(ASL\);
parallel3.d 10 8: 09 ce 15 8e R7 = VIT_MAX \(R5, R2\) \(ASL\) \|\| \[P0\+\+\] = P0 \|\| NOP;
14 18: 09 ce 03 0a R5.L = VIT_MAX \(R3\) \(ASL\) \|\| \[P0 \+ 0x4\] = P0 \|\| NOP;
40 80: 01 cc 1e c2 R0 = R3 \+\|\+ R6, R1 = R3 -\|- R6 \(ASL\) \|\| \[P2--\] = P0 \|\| NOP;
parallel3.s 4 R7 = Vit_Max (R5, r2) (ASL)|| [p0++] = P0;
6 r5.l = vit_max (R3) (asL)|| [p0+4] = P0;
22 R0 = R3 +|+ r6, R1 = R3 -|- R6 (ASL)|| [p2--] = P0;
vector.s 9 R7 = Vit_Max (R5, r2) (ASL);
11 r5.l = vit_max (R3) (asL);
33 R0 = R3 +|+ r6, R1 = R3 -|- R6 (ASL);
parallel.d 24 40: 08 ce 25 40 BITMUX \(R4, R5, A0\) \(ASL\) \|\| SP = \[P0\] \|\| NOP;
26 48: 08 ce 3e 40 BITMUX \(R7, R6, A0\) \(ASL\) \|\| FP = \[P1\+\+\] \|\| NOP;
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 103 ArgStringList ASL;
104 (*Cs)->render(AL, ASL);
105 ASSERT_EQ(2u, ASL.size());
106 EXPECT_EQ("-C", StringRef(ASL[0]));
107 EXPECT_EQ("desu", StringRef(ASL[1]));
  /device/linaro/bootloader/edk2/BaseTools/
set_vsprefix_envs.bat 98 set IASL_PREFIX=C:\ASL\
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 456 RAW ASL Optional |.aml
500 RAW ASL |.aml
OvmfPkgIa32X64.fdf 456 RAW ASL Optional |.aml
500 RAW ASL |.aml
OvmfPkgX64.fdf 456 RAW ASL Optional |.aml
500 RAW ASL |.aml
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 298 RAW ASL |.aml
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 137 echo Copy reference code ASL files.
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf     [all...]
QuarkMin.fdf 609 RAW ASL |.aml
  /external/clang/lib/Driver/
Driver.cpp 599 llvm::opt::ArgStringList ASL;
601 A->render(Args, ASL);
603 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) {
604 if (I != ASL.begin())
    [all...]

Completed in 258 milliseconds

1 2