Searched defs:stq (Results 1 - 4 of 4) 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
/vbox/src/recompiler/
H A Dsoftmmu_exec.h153 #define stq(p, v) stq_data(p, v) macro
H A Dcpu-all.h845 #define stq(p, v) stq_raw(p, v) macro
/vbox/src/recompiler/target-i386/
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 74 milliseconds