Home
last modified time | relevance | path

Searched refs:fword (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Djump.s30 call fword ptr [ebx]
33 jmp fword ptr [ebx]
Djump16.s49 call fword ptr [bx]
52 jmp fword ptr [bx]
Dintelok.s28 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]
Dintel-expr.s27 .byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
/toolchain/binutils/binutils-2.25/opcodes/
Di386-opc.h785 unsigned int fword:1; member
DChangeLog-20081058 (i386_operand_type): Add byte, word, dword, fword, qword,
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386-intel.c106 I386_TYPE(fword, 6),
647 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
Dtc-i386.c1778 || (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()