Searched refs:ST1 (Results 1 - 7 of 7) sorted by relevance

/external/qemu/target-i386/
H A Dexec.h56 #define ST1 ST(1) macro
H A Dop_helper.c3993 ST1 *= fptemp;
4021 fpsrcop = ST1;
4023 ST1 = atan2(fpsrcop,fptemp);
4048 if (isinf(ST0) || isnan(ST0) || isnan(ST1) || (ST1 == 0.0)) {
4055 fptemp = ST1;
4087 fpsrcop = (ST0 / ST1) / fptemp;
4091 ST0 -= (ST1 * fpsrcop * fptemp);
4102 if (isinf(ST0) || isnan(ST0) || isnan(ST1) || (ST1
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp246 case X86::ST0: case X86::ST1: case X86::ST2: case X86::ST3:
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp325 Reserved.set(X86::ST1);
H A DX86FastISel.cpp771 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
1925 RVLocs[i].getLocReg() == X86::ST1)) {
H A DX86ISelLowering.cpp1544 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1547 VA.getLocReg() == X86::ST1) {
1688 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
2776 // If the call result is in ST0 / ST1, it needs to be popped off the x87
2793 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp577 case 1: RegNo = X86::ST1; break;

Completed in 1372 milliseconds