Searched refs:dq (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Runtime/common/math/ |
H A D | logl.asm | 62 .one: dq 1.0 63 .limit: dq 0.29
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 2122 __m128 dq; member in union:__anon17463 2134 asm volatile (#op " %2, %0" : "=x" (r.dq) : "0" (a.dq), "x" (b.dq));\ 2176 asm volatile (#op " $" #ib ", %2, %0" : "=x" (r.dq) : "0" (a.dq), "x" (b.dq));\ 2191 asm volatile (#op " $" #ib ", %1, %0" : "=x" (r.dq) : "x" (a.dq));\ 2206 asm volatile (#op " $" #ib ", %0" : "=x" (r.dq) [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
H A D | AsmFuncs.asm | 55 AppRsp dq 1111111111111111h ; ? 56 DebugRsp dq 2222222222222222h ; ? 57 ExtraPush dq 3333333333333333h ; ? 58 ExceptData dq 4444444444444444h ; ? 59 Rflags dq 5555555555555555h ; ? 60 OrigVector dq 6666666666666666h ; ? 101 ExceptionNumber dq ? ;; first entry will be the vector number pushed by the stub
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstX86-1A.asm | 76 g_r64_0dot1: dq 0.1 77 g_r64_6dot9: dq 6.9 78 g_r64_Zero: dq 0.0 79 g_r64_One: dq 1.0 80 g_r64_Two: dq 2.0 81 g_r64_Three: dq 3.0 82 g_r64_Ten: dq 10.0 83 g_r64_Eleven: dq 11.0 84 g_r64_ThirtyTwo:dq 32.0 85 g_r64_Min: dq 0001000000000000 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
H A D | AsmFuncs.asm | 32 CommonEntryAddr dq CommonEntry ;
|
/vbox/src/recompiler/target-i386/ |
H A D | ops_sse_header.h | 244 DEF_HELPER_2(glue(punpck ## base_name ## dq, SUFFIX) , void, Reg, Reg)
|
H A D | ops_sse.h | 1160 void glue(helper_punpck ## base_name ## dq, SUFFIX) (Reg *d, Reg *s) \
|
Completed in 1761 milliseconds