Searched refs:a0 (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_ReliantUNIX.s52 sw ra,180(a0) # gpregs[CXT_EPC]
53 sw gp,152(a0) # gpregs[CXT_GP]
54 sw sp,156(a0) # gpregs[CXT_SP]
55 sw s8,160(a0) # gpregs[CXT_S8]
56 sw s0,104(a0) # gpregs[CXT_S0]
57 sw s1,108(a0) # gpregs[CXT_S1]
58 sw s2,112(a0) # gpregs[CXT_S2]
59 sw s3,116(a0) # gpregs[CXT_S3]
60 sw s4,120(a0) # gpregs[CXT_S4]
61 sw s5,124(a0) # gpreg
[all...]
H A Dos_Irix.s52 lw v0,0(a0)
57 ll v0,0(a0)
60 sc t1,0(a0)
65 sw t0,0(a0)
112 lw v0,0(a0)
119 ll v0,0(a0)
124 sc t1,0(a0)
128 sw t0,0(a0)
/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h86 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
94 | (This routine makes more sense if `a0' and `a1' are considered to form
95 | a fixed-point value with binary point between `a0' and `a1'. This fixed-
104 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
111 z0 = a0;
114 z1 = ( a0<<negCount ) | ( a1 != 0 );
115 z0 = a0>>count;
119 z1 = a0 | ( a1 != 0 );
122 z1 = ( ( a0 | a1 ) != 0 );
132 | Shifts the 128-bit value formed by concatenating `a0' an
103 shift64ExtraRightJamming( bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) argument
140 shift128Right( bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) argument
175 shift128RightJamming( bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) argument
226 shift128ExtraRightJamming( bits64 a0, bits64 a1, bits64 a2, int16 count, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
284 shortShift128Left( bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) argument
303 shortShift192Left( bits64 a0, bits64 a1, bits64 a2, int16 count, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
338 add128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument
358 add192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
396 sub128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument
414 sub192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
480 mul128By64To192( bits64 a0, bits64 a1, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
508 mul128To256( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr, bits64 *z3Ptr ) argument
546 estimateDiv128To64( bits64 a0, bits64 a1, bits64 b ) argument
675 eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
688 le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
701 lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
714 ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_irix.s9 LOCALSZ=7 # a0, a1, a2, a3, s0, ra, gp
22 # a0 a1 a2 a3
31 REG_S a0, A0OFF(sp)
39 move a0, a2
55 move a0, sp # a0 - param stack address
65 REG_S a0, 8(sp)
70 REG_L t3, 8(sp) # get previous a0
73 REG_L a0, A0OFF(sp) # a0
[all...]
H A Dxptcstubs_asm_mips.s.m451 # we can put our a0-a3 in our callers space.
85 REG_S a0, 24(sp)
95 addi a2, 24 # have a2 point to sp + 24 (where a0 is)
98 # a0 a1 a2
H A Dxptcinvoke_asm_mips.s37 # and s0 are saved) and the low frame (where a0-a3 are saved by the callee
41 NARGSAVE=4 # a0, a1, a2, a3
61 # a0 a1 a2 a3
71 # specify the save register mask -- XXX do we want the a0-a3 here, given
88 REG_S a0, A0OFF(sp)
94 move a0, a2
113 move a0, sp # a0 = param stack address
114 move s1, a0 # save it for later -- it should be safe here
128 REG_L a0, A0OF
[all...]
H A Dxptcinvoke_amd64_darwin.cpp178 register PRUint64 a0 asm("rdi");
193 case 1: a0 = (PRUint64) that;
209 PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
H A Dxptcinvoke_x86_64_linux.cpp178 register PRUint64 a0 asm("rdi");
193 case 1: a0 = (PRUint64) that;
209 PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
H A Dxptcstubs_ipf32.cpp167 /* Variable a0-a7 were put there so we can have access to the 8 input
173 { uint64_t a0 = (uint64_t) this; \
174 return SharedStub(a0,a1,a2,a3,a4,a5,a6,a7,(PRUint64) n); \
H A Dxptcstubs_ipf64.cpp168 /* Variable a0-a7 were put there so we can have access to the 8 input
174 { uint64_t a0 = (uint64_t) this; \
175 return SharedStub(a0,a1,a2,a3,a4,a5,a6,a7,(PRUint64) n); \
H A Dxptcstubs_asm_irix.s87 # a0 a1 a2 a3 a4
/vbox/src/recompiler/
H A Dhost-utils.c56 uint32_t a0, a1, b0, b1; local
59 a0 = a;
65 v = (uint64_t)a0 * (uint64_t)b0;
69 v = (uint64_t)a0 * (uint64_t)b1;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.h47 #define PARAMETER1(ign0, type0) type0 a0
48 #define PARAMETER2(ign0, type0, ign1, type1) type0 a0, type1 a1
49 #define PARAMETER3(ign0, type0, ign1, type1, ign2, type2) type0 a0, type1 a1, type2 a2
50 #define PARAMETER4(ign0, type0, ign1, type1, ign2, type2, ign3, type3) type0 a0, type1 a1, type2 a2, type3 a3
51 #define PARAMETER5(ign0, type0, ign1, type1, ign2, type2, ign3, type3, ign4, type4) type0 a0, type1 a1, type2 a2, type3 a3, type4 a4
52 #define PARAMETER6(ign0, type0, ign1, type1, ign2, type2, ign3, type3, ign4, type4, ign5, type5) type0 a0, type1 a1, type2 a2, type3 a3, type4 a4, type5 a5
65 #define ARGS1 a0
66 #define ARGS2 a0, a1
67 #define ARGS3 a0, a1, a2
68 #define ARGS4 a0, a
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke_asm_alpha.s12 #define a0 $16 define
40 // a0 a1 a2 a3
50 stq a0, A0OFF(sp)
58 bis a2,zero,a0 // move a2 into a0
72 bis sp,zero,a0 //a0 = param stack address
81 stq a0,8(sp)
85 ldq t3,8(sp) // get previous a0
88 ldq a0,A0OF
[all...]
H A Dxptcstubs_asm_alpha.s12 #define a0 $16 // argument registers define
113 // a0 a1 a2 a3 a4
/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp135 #define FNIEMOP_CALL_1(a_pfn, a0) (a_pfn)(pIemCpu, a0)
136 #define FNIEMOP_CALL_2(a_pfn, a0, a1) (a_pfn)(pIemCpu, a0, a1)
556 #define IEM_MC_CALL_VOID_AIMPL_1(a_pfn, a0) \
557 do { CHK_CALL_ARG(a0, 0); } while (0)
558 #define IEM_MC_CALL_VOID_AIMPL_2(a_pfn, a0, a1) \
559 do { CHK_CALL_ARG(a0, 0); CHK_CALL_ARG(a1, 1); } while (0)
560 #define IEM_MC_CALL_VOID_AIMPL_3(a_pfn, a0, a1, a2) \
561 do { CHK_CALL_ARG(a0,
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Daes.c360 uint32_t tmp1, old_a0, a0, a1, a2, a3, row; local
375 a0 = (uint32_t)aes_sbox[(data[row%4]>>24)&0xFF];
383 tmp1 = a0 ^ a1 ^ a2 ^ a3;
384 old_a0 = a0;
385 a0 ^= tmp1 ^ AES_xtime(a0 ^ a1);
391 tmp[row] = ((a0 << 24) | (a1 << 16) | (a2 << 8) | a3);
408 uint32_t a0, a1, a2, a3, row; local
423 a0 = aes_isbox[(data[(row+3)%4]>>24)&0xFF];
434 xt0 = AES_xtime(a0
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css102 color: #5858a0;
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h445 # define SYSCTL_PROC(a0, a1, a2, a3, a4, a5, a6, a7, a8) const int dummy_ ## a6 = 0
446 # define SYSCTL_STRUCT(a0, a1, a2, a3, a4, a5, a6) const int dummy_ ## a5 = 0
447 # define SYSINIT(a0, a1, a2, a3, a4) const int dummy_ ## a3 = 0
448 # define sysctl_handle_int(a0, a1, a2, a3) 0
450 # define EVENTHANDLER_REGISTER(a0, a1, a2, a3) do{}while(0)
/vbox/src/VBox/VMM/include/
H A DIEMInternal.h1344 * @param a0 The name of the 1st argument.
1346 # define IEM_CIMPL_CALL_1(a_fn, a0) a_fn(pIemCpu, cbInstr, (a0))
1380 * @param a0 The name of the 1st argument.
1383 # define IEM_CIMPL_CALL_2(a_fn, a0, a1) a_fn(pIemCpu, cbInstr, (a0), (a1))
1421 * @param a0 The name of the 1st argument.
1425 # define IEM_CIMPL_CALL_3(a_fn, a0, a1, a2) a_fn(pIemCpu, cbInstr, (a0), (a1), (a2))
1469 * @param a0 Th
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daudioclient.idl144 uuid(c8adbd64-e71e-48a0-a4de-185c395cd317),
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h198 const GLfloat a0 = v0->attrib[attr][c] * invW0; local
200 compute_plane(line.x0, line.y0, line.x1, line.y1, a0, a1,
H A Ds_aatritemp.h171 const GLfloat a0 = v0->attrib[attr][c] * invW0; variable
174 compute_plane(p0, p1, p2, a0, a1, a2, attrPlane[attr][c]);
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp246 #define FNIEMOP_CALL_1(a_pfn, a0) (a_pfn)(pIemCpu, a0)
254 #define FNIEMOP_CALL_2(a_pfn, a0, a1) (a_pfn)(pIemCpu, a0, a1)
8693 #define IEM_MC_CALL_VOID_AIMPL_1(a_pfn, a0) (a_pfn)((a0))
8694 #define IEM_MC_CALL_VOID_AIMPL_2(a_pfn, a0, a1) (a_pfn)((a0), (a1))
8695 #define IEM_MC_CALL_VOID_AIMPL_3(a_pfn, a0, a1, a2) (a_pfn)((a0), (a
[all...]
/vbox/src/recompiler/target-i386/
H A Dtranslate.c559 TCGv t0, a0;
569 a0 = tcg_temp_local_new(TCG_TYPE_TL);
570 tcg_gen_mov_tl(a0, cpu_A0);
590 tcg_gen_mov_tl(cpu_A0, a0);
591 tcg_temp_free(a0);
667 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0) argument
672 tcg_gen_qemu_ld8u(t0, a0, mem_index);
675 tcg_gen_qemu_ld16u(t0, a0, mem_index);
678 tcg_gen_qemu_ld32u(t0, a0, mem_index);
684 tcg_gen_qemu_ld64(t0, a0, mem_inde
706 gen_op_st_v(int idx, TCGv t0, TCGv a0) argument
1740 TCGv t0, t1, t2, a0; local
1836 TCGv t0, t1, a0; local
1966 TCGv t0, t1, t2, a0; local
5210 TCGv t0, t1, t2, a0; local
7729 TCGv t0, t1, t2, a0; local
[all...]

Completed in 2263 milliseconds

12