Searched refs:fisttp (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFPStack.td | 622 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 D | athlon.md | 346 (eq_attr "type" "fistp,fisttp"))
|
H A D | i386.c | 8805 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 D | ChangeLog-0203 | 485 (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 D | ChangeLog-0203 | 485 (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 D | ChangeLog-2004 | 467 to permit it on fild/fistp/fisttp in AT&T mode.
|