Home
last modified time | relevance | path

Searched refs:a0 (Results 1 – 25 of 39) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Dint_vector.S71 addi a4, a0, -3 /* point to call0 */
98 wsr a0, EXCSAVE+XCHAL_DEBUGLEVEL
143 wsr a0, EXCSAVE_1 /* preserve a0 */
155 addi a5, a0, -EXCCAUSE_CP0_DISABLED /* a0 = CP index */
184 rsr a0, EXCCAUSE
185 beqi a0, EXCCAUSE_ALLOCA, OS_AllocExc
186 beqi a0, EXCCAUSE_SYSCALL, OS_SyscallExc
188 mov a0, sp /* sp == a1 */
190 s32i a0, sp, XT_STK_A1 /* save pre-interrupt SP */
191 rsr a0, PS /* save interruptee's PS */
[all …]
Dreset.S52 movi a0, 0
53 wsr a0, INTENABLE
55 wsr a0, IBREAKA_0
56 wsr a0, IBREAKA_1
57 wsr a0, DBREAKA_0
58 wsr a0, DBREAKA_1
59 wsr a0, DBREAKC_0
60 wsr a0, DBREAKC_1
61 wsr a0, IBREAKENABLE
64 wsr a0, ICOUNT
[all …]
Darch_hifi330.S84 s32i a0, sp, XT_SOL_PC
207 l32i a0, sp, XT_SOL_PC
226 l32i a0, sp, XT_STK_EXIT
277 mov a9, a0
294 mov a0, a9
309 mov a13, a0
312 mov a0, a13
374 mov a12, a0
400 mov a0, a12
414 rsil a0, XCHAL_EXCM_LEVEL /* enter critical section */
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h375 #define Module(a0, a1) _Py_Module(a0, a1) argument
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument
379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument
381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument
383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h375 #define Module(a0, a1) _Py_Module(a0, a1) argument
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument
379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument
381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument
383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
77 z0 = a0;
80 z1 = ( a0<<negCount ) | ( a1>>count );
81 z0 = a0>>count;
84 z1 = ( count < 64 ) ? ( a0>>( count & 31 ) ) : 0;
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
99 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
113 z0 = a0;
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
77 z0 = a0;
80 z1 = ( a0<<negCount ) | ( a1>>count );
81 z0 = a0>>count;
84 z1 = ( count < 64 ) ? ( a0>>( count & 31 ) ) : 0;
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
99 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
113 z0 = a0;
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros89 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
97 (This routine makes more sense if `a0' and `a1' are considered to form a
98 fixed-point value with binary point between `a0' and `a1'. This fixed-point
107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
114 z0 = a0;
117 z1 = ( a0<<negCount ) | ( a1 != 0 );
118 z0 = a0>>count;
122 z1 = a0 | ( a1 != 0 );
125 z1 = ( ( a0 | a1 ) != 0 );
136 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub-entry.S61 s32i a0, a2, 0
103 movi a0, 0
104 wsr a0, windowbase
107 movi a0, 0
145 l32i a0, a6, 0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tuple.py79 a0 = self.type2test(l0)
82 self.assertEqual(str(a0), repr(l0))
84 self.assertEqual(repr(a0), "()")
Dlist_tests.py34 a0 = self.type2test(l0)
37 self.assertEqual(str(a0), str(l0))
38 self.assertEqual(repr(a0), repr(l0))
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBootDxe.inf18 FILE_GUID = 4004e454-89a0-11e3-89aa-97ef9d942abc
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
DLoadLinuxLib.inf18 FILE_GUID = eaec1915-65a0-43a9-bf0b-a76438da61db
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Library/AmdSataInitLib/
DAmdSataInitLib.inf32 FILE_GUID = 15336efd-ab12-512E-cca1-2584695123a0
/device/google/contexthub/util/nanoapp_sign/
Dtest_modulus6 db:b9:d3:19:a0:d8:2a:b0:78:2c:21:45:79:79:24:
Dtest_exponent15 a0:0f:aa:b8:f2:f8:be:09:13:dc:e4:18:24:0b:dc:
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
DBeagleBoardLib.inf18 FILE_GUID = 736343a0-1d96-11e0-aaaa-0002a5d5c51b
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
DArmSoftFloatLib.inf20 FILE_GUID = a485f921-749e-41a0-9f91-62f09a38721c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenGenerator.py280 a0, args = args[0], args[1:]
281 t0, n0, m0 = a0
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DPlatformInitPei.inf37 FILE_GUID = 0A5EA2E1-BE0B-44a0-A775-F429C9A018A0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dclassfix.py162 (a0, b0), (a1, b1), (a2, b2) = classprog.regs[:3]
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dmisc.c903 char *b = (char*)b1, *a0 = a; local
906 return a0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdsEncode.decTest319 decs732 apply #225002a0 -> 520
DdqEncode.decTest387 decq732 apply #220800000000000000000000000002a0 -> 520
DddEncode.decTest405 decd727 apply #22380000000002a0 -> 520

12