Lines Matching +full:0 +full:x87
1 //- X86Insertwait.cpp - Strict-Fp:Insert wait instruction X87 instructions --//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
10 // X87 instructions when strict float is enabled.
12 // The logic to insert a wait instruction after an X87 instruction is as below:
13 // 1. If the X87 instruction don't raise float exception nor is a load/store
14 // instruction, or is a x87 control instruction, don't insert wait.
15 // 2. If the X87 instruction is an instruction which the following instruction
16 // is an X87 exception synchronizing X87 instruction, don't insert wait.
54 char WaitInsert::ID = 0;
106 // Jump non X87 instruction. in runOnMachineFunction()
110 // a load/store instruction, or the instruction is x87 control in runOnMachineFunction()
115 // If the following instruction is an X87 instruction and isn't an X87 in runOnMachineFunction()