Searched refs:fword (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | jump.s | 30 call fword ptr [ebx] 33 jmp fword ptr [ebx]
|
D | jump16.s | 49 call fword ptr [bx] 52 jmp fword ptr [bx]
|
D | intelok.s | 28 call fword ptr [eax] 68 lds eax, fword ptr [eax] 72 lea eax, fword ptr [eax] 102 mov eax, [fword+eax] 103 mov eax, fword[eax]
|
D | intel-expr.s | 27 .byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-opc.h | 785 unsigned int fword:1; member
|
D | ChangeLog-2008 | 1058 (i386_operand_type): Add byte, word, dword, fword, qword,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386-intel.c | 106 I386_TYPE(fword, 6), 647 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
|
D | tc-i386.c | 1778 || (i.types[j].bitfield.fword in match_mem_size() 1779 && !t->operand_types[j].bitfield.fword) in match_mem_size() 1863 temp.bitfield.fword = 0; in operand_type_match()
|