Home
last modified time | relevance | path

Searched refs:fisttp (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFPStack.td622 def ISTT_FP16m : FPI<0xDF, MRM1m, (outs), (ins i16mem:$dst), "fisttp{s}\t$dst">;
623 def ISTT_FP32m : FPI<0xDB, MRM1m, (outs), (ins i32mem:$dst), "fisttp{l}\t$dst">;
624 def ISTT_FP64m : FPI<0xDD, MRM1m, (outs), (ins i64mem:$dst), "fisttp{ll}\t$dst">;
/openbsd/gnu/gcc/gcc/config/i386/
H A Dathlon.md346 (eq_attr "type" "fistp,fisttp"))
H A Di386.c8805 output_fix_trunc (rtx insn, rtx *operands, int fisttp) in output_fix_trunc() argument
8814 if ((dimode_p || fisttp) && !stack_top_dies) in output_fix_trunc()
8820 if (fisttp) in output_fix_trunc()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-0203485 (float_mem): Use "fisttp{l||l|}" in entry 1 in opcode 0xdb.
487 Use "fisttp" in entry 1 in opcode 0xdf.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-0203485 (float_mem): Use "fisttp{l||l|}" in entry 1 in opcode 0xdb.
487 Use "fisttp" in entry 1 in opcode 0xdf.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004467 to permit it on fild/fistp/fisttp in AT&T mode.