Searched refs:qword (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | intelbad.s | 5 add eax, qword ptr [eax] 7 add qword ptr [eax], 1 9 addpd xmm0, qword ptr [eax] 12 addps xmm0, qword ptr [eax] 17 addss xmm0, qword ptr [eax] 23 call qword ptr [eax] 35 fbstp qword ptr [eax] 43 fist qword ptr [eax] 68 paddb xmm0, qword ptr [eax] 71 pinsrw mm0, qword ptr [eax], 3 [all …]
|
D | mem.s | 28 cmpxchg8b qword ptr [esi] 29 vmptrld qword ptr [esi] 30 vmclear qword ptr [esi] 31 vmxon qword ptr [esi] 32 vmptrst qword ptr [esi]
|
D | x86-64-mem.s | 29 cmpxchg8b qword ptr [rsi] 31 vmptrld qword ptr [rsi] 32 vmclear qword ptr [rsi] 33 vmxon qword ptr [rsi] 34 vmptrst qword ptr [rsi]
|
D | intelok.s | 21 addsd xmm0, qword ptr [eax] 25 bound eax, qword ptr [ecx] 32 cmpxchg8b qword ptr [eax] 34 fadd qword ptr [eax] 42 fild qword ptr [eax] 47 fistp qword ptr [eax] 50 fisttp qword ptr [eax] 53 fld qword ptr [eax] 61 fst qword ptr [eax] 63 fstp qword ptr [eax] [all …]
|
D | x86-64-movbe.s | 20 movbe rbx, qword ptr [rcx] 23 movbe qword ptr [rcx], rbx
|
D | intel-expr.s | 27 .byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
|
D | x86-64-crc32.s | 27 crc32 rax,qword ptr [rsi]
|
D | intel.s | 215 fcom qword ptr 0x90909090[eax] 216 fst qword ptr 0x90909090[eax]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-opc.h | 786 unsigned int qword:1; member
|
D | ChangeLog-2008 | 1053 qword and xmmword. 1058 (i386_operand_type): Add byte, word, dword, fword, qword,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386-intel.c | 107 I386_TYPE(qword, 8), 663 i.types[this_operand].bitfield.qword = 1; in i386_intel_operand()
|
D | tc-i386.c | 1765 || (i.types[j].bitfield.qword in match_reg_size() 1766 && !t->operand_types[j].bitfield.qword)); in match_reg_size() 1864 temp.bitfield.qword = 0; in operand_type_match() 4470 && !i.types[i.broadcast->operand].bitfield.qword in check_VecOperands() 4509 && i.types[op].bitfield.qword)) in check_VecOperands()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i386.texi | 435 @samp{byte ptr}, @samp{word ptr}, @samp{dword ptr} and @samp{qword ptr}. Thus,
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 5153 case with non CODE_64BIT case. Don't warn on "qword ptr" if
|