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

/freebsd-12-stable/contrib/gdb/gdb/
H A Ddpx2-nat.c43 FP0, FP1, FP2, FP3, FP4, FP5, FP6, FP7,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp101 // Bit mask of live FP registers. Bit 0 = FP0, bit 1 = FP1, &c.
131 static_assert(X86::FP6 - X86::FP0 == 6, "sequential regnums");
132 if (Reg >= X86::FP0 && Reg <= X86::FP6) {
133 Mask |= 1 << (Reg - X86::FP0);
161 // The first entries correspond to FP0-FP6, the rest are scratch registers
318 assert(Reg >= X86::FP0 && Reg <= X86::FP6 && "Expected FP register!");
319 return Reg - X86::FP0;
330 static_assert(X86::FP6 == X86::FP0+6, "Register enums aren't sorted right!");
333 if (!MRI.reg_nodbg_empty(X86::FP0 + i)) {
365 // The actual value is passed in FP0
[all...]
H A DX86FastISel.cpp1218 if (VA.getLocReg() == X86::FP0 || VA.getLocReg() == X86::FP1)
3567 if ((SrcReg == X86::FP0 || SrcReg == X86::FP1) &&
H A DX86ISelLowering.cpp2700 VA.convertToReg(X86::FP0); // Set reg to FP0, avoid hitting asserts.
2707 VA.convertToReg(X86::FP0); // Set reg to FP0, avoid hitting asserts.
2712 if (VA.getLocReg() == X86::FP0 ||
3025 VA.convertToReg(X86::FP0); // Set reg to FP0, avoid hitting asserts.
3033 VA.convertToReg(X86::FP0); // Set reg to FP0, avoid hitting asserts.
3039 if ((VA.getLocReg() == X86::FP0 || V
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp116 {codeview::RegisterId::ST0, X86::FP0},
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_reg.h1048 #define FP0(pipe) _PIPE(pipe, _FPA0, _FPB0) macro
H A Dintel_display.c4299 I915_WRITE(FP0(pipe), fp);
4753 * by using the FP0/FP1. In such case we will disable the LVDS
5304 * by using the FP0/FP1. In such case we will disable the LVDS
6838 fp = I915_READ(FP0(pipe));

Completed in 293 milliseconds