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

/freebsd-10.2-release/sys/dev/ctau/
H A Dctddk.c935 st1 = inb (c->ST1);
943 outb (c->ST1, st1);
997 st1 = inb (c->ST1);
1003 outb (c->ST1, st1);
H A Dctddk.h363 ST1, ST2, ST3, FST, IE0, IE1, IE2, FIE, SA0, member in struct:_ct_chan_t
H A Dctau.c492 set(ST0, 0); set(ST1, 0); set(ST2, 0); set(ST3, 0);
511 set(ST0, 1); set(ST1, 1); set(ST2, 1); set(ST3, 1);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp833 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2269 RVLocs[i].getLocReg() == X86::ST1)) {
H A DX86ISelLowering.cpp1849 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1852 VA.getLocReg() == X86::ST1) {
1998 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
3119 // If the call result is in ST0 / ST1, it needs to be popped off the x87
3136 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1106 case 1: RegNo = X86::ST1; break;

Completed in 206 milliseconds