Searched refs:ST0 (Results 1 - 9 of 9) sorted by relevance

/external/qemu/target-i386/
H A Dop_helper.c3558 u.f = floatx_to_float32(ST0, &env->fp_status);
3568 u.f = floatx_to_float64(ST0, &env->fp_status);
3575 val = floatx_to_int32(ST0, &env->fp_status);
3584 val = floatx_to_int32(ST0, &env->fp_status);
3591 val = floatx_to_int64(ST0, &env->fp_status);
3598 val = floatx_to_int32_round_to_zero(ST0, &env->fp_status);
3607 val = floatx_to_int32_round_to_zero(ST0, &env->fp_status);
3614 val = floatx_to_int64_round_to_zero(ST0, &env->fp_status);
3629 helper_fstt(ST0, ptr);
3663 ST0
[all...]
H A Dexec.h54 #define ST0 (env->fpregs[env->fpstt].d) macro
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp153 // of ST registers (ST0-STn) we are tracking. PendingST[n] points to an FP
160 // %ST0 = COPY %FP4<kill>
223 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
514 MBB->addLiveIn(X86::ST0+i-1);
844 I = BuildMI(*MBB, ++I, dl, TII->get(X86::ST_FPrr)).addReg(X86::ST0);
1323 unsigned DstST = MO0.getReg() - X86::ST0;
1324 unsigned SrcST = MO1.getReg() - X86::ST0;
1449 // 1. Popped inputs. These must appear at the stack top in ST0-STn. A
1482 unsigned STReg = MO.getReg() - X86::ST0;
1508 // Defs must be contiguous from the stack top. ST0
[all...]
H A DX86RegisterInfo.cpp324 Reserved.set(X86::ST0);
H A DX86FastISel.cpp771 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
1924 if ((RVLocs[i].getLocReg() == X86::ST0 ||
H A DX86ISelLowering.cpp1544 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1546 if (VA.getLocReg() == X86::ST0 ||
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)
16757 // Map st(0) -> st(7) -> ST0
16766 Res.first = X86::ST0+Constraint[4]-'0';
16773 Res.first = X86::ST0;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp246 case X86::ST0: case X86::ST1: case X86::ST2: case X86::ST3:
248 return RegNo-X86::ST0;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp708 mcInst.addOperand(MCOperand::CreateReg(X86::ST0 + stackPos));
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp562 RegNo = X86::ST0;
576 case 0: RegNo = X86::ST0; break;

Completed in 145 milliseconds