Searched refs:stq (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_osf1_alpha.s16 stq $26,0($30) label
17 stq $15,8($30) label
34 stq $16,0($30) /* save "that" (as "this" pointer) */ label
35 stq $17,16($15) /* save "methodIndex" */ label
H A Dxptcstubs_asm_osf1_alpha.s11 stq $26,0($30)
18 stq $17,56($30)
19 stq $18,64($30)
20 stq $19,72($30)
21 stq $20,80($30)
22 stq $21,88($30)
H A Dxptcinvoke_asm_openvms_alpha.s51 stq R16,0(SP) ; save "that" (as "this" pointer)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke_asm_alpha.s49 stq ra, RAOFF(sp)
50 stq a0, A0OFF(sp)
51 stq a1, A1OFF(sp)
52 stq a2, A2OFF(sp)
53 stq a3, A3OFF(sp)
54 stq s0, S0OFF(sp)
55 // stq gp, GPOFF(sp) Don't think I am to save gp
80 stq t0,0(sp)
81 stq a0,8(sp)
H A Dxptcstubs_asm_alpha.s83 stq a1,A1OFF(sp)
84 stq a2,A2OFF(sp)
85 stq a3,A3OFF(sp)
86 stq a4,A4OFF(sp)
87 stq a5,A5OFF(sp)
88 stq ra,RAOFF(sp)
/vbox/src/recompiler/
H A Dsoftmmu_exec.h153 #define stq(p, v) stq_data(p, v) macro
H A Dsoftmmu_header.h172 glue(stq, MEMSUFFIX)(ptr, u.i);
H A Dcpu-all.h845 #define stq(p, v) stq_raw(p, v) macro
/vbox/src/recompiler/target-i386/
H A Dexec.h273 stq(ptr, (MANTD(temp) << 11) | (1LL << 63));
297 stq(ptr, temp.l.lower);
H A Dop_helper.c2389 stq(a0, ((uint64_t)ECX << 32) | (uint32_t)EBX);
2393 stq(a0, d);
2413 stq(a0, EBX);
2414 stq(a0 + 8, ECX);
2418 stq(a0, d0);
2419 stq(a0 + 8, d1);
2495 stq(esp, ldq(ebp));
2498 stq(esp, t1);
5246 stq(ptr + 0x08, 0); /* rip */
5247 stq(pt
6182 #undef stq macro
6185 #define stq macro
[all...]

Completed in 3115 milliseconds