Searched refs:operand (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DEnablePaging64.S52 .byte 0x67, 0x48 # 32-bit address size, 64-bit operand size
H A DEnablePaging64.asm54 DB 67h, 48h ; 32-bit address size, 64-bit operand size
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm315 ; All the functions takes a pointer to the destination memory operand in A0,
316 ; the source register operand in A1 and a pointer to eflags in A2.
416 ; All the functions takes a pointer to the destination memory operand in A0,
417 ; the source register operand in A1 and a pointer to eflags in A2.
492 ; All the functions takes a pointer to the destination memory operand in A0,
493 ; the source register operand in A1 and a pointer to eflags in A2.
910 ; All the functions takes a pointer to the destination memory operand in A0,
911 ; the source register operand in A1 and a pointer to eflags in A2.
1030 ; All the functions takes a pointer to the destination memory operand in A0,
1116 ; The functions takes the destination operand (
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm1533 ; operand.
2570 ; Checks a FPU instruction, no memory operand.
2594 ; Checks a trapping FPU instruction, no memory operand.
2656 ; Check the memory operand.
2697 ; Checks a FPU instruction taking a memory operand.
2722 ; Checks a trapping FPU instruction taking a memory operand.
2807 ; FDIV with 64-bit floating point memory operand.
2878 ; Denormal operand.
2942 ; Denormal operand - Unmodified ST0.
2989 ; Masked stack underflow, one operand
[all...]
/vbox/src/recompiler/target-i386/
H A Dhelper_template.h59 #error unhandled operand size
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S190 .byte 0x66,0x2e # CS and operand size override
H A DThunk16.asm186 DB 66h, 2eh ; CS and operand size override
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm67 ;; FXRSTOR instructions will GP fault if their memory operand is not 16 byte aligned.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm65 ;; FXRSTOR instructions will GP fault if their memory operand is not 16 byte aligned.
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm375 ; we can use 64-bit operand sizes even if the element type is 32-bit.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c1940 static void get_src_and_opr(DWORD arg, BOOL is_alpha, GLenum* source, GLenum* operand) { argument
1947 /* Calculate the operand */
1949 if (from_alpha) *operand = GL_ONE_MINUS_SRC_ALPHA;
1950 else *operand = GL_ONE_MINUS_SRC_COLOR;
1952 if (from_alpha) *operand = GL_SRC_ALPHA;
1953 else *operand = GL_SRC_COLOR;
H A Darb_program_shader.c1667 char operand[100]; local
1669 shader_arb_get_src_param(ins, &ins->src[i], i, operand);
1670 strcat(arguments, operand);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c2060 static void get_src_and_opr(DWORD arg, BOOL is_alpha, GLenum* source, GLenum* operand) { argument
2067 /* Calculate the operand */
2069 if (from_alpha) *operand = GL_ONE_MINUS_SRC_ALPHA;
2070 else *operand = GL_ONE_MINUS_SRC_COLOR;
2072 if (from_alpha) *operand = GL_SRC_ALPHA;
2073 else *operand = GL_SRC_COLOR;
H A Darb_program_shader.c1781 char operand[100]; local
1783 shader_arb_get_src_param(ins, &ins->src[i], i, operand);
1784 strcat(arguments, operand);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 4517 milliseconds