Home
last modified time | relevance | path

Searched refs:TSF (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h46 #define HAS_VLINDEX(TSF) ((TSF)&VEII::VE_VLInUse) argument
47 #define GET_VLINDEX(TSF) \ argument
48 (HAS_VLINDEX(TSF) ? (int)(((TSF)&VEII::VE_VLMask) >> VEII::VE_VLShift) : -1)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1292 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags"); in emitRecord() local
1293 if (!TSF) in emitRecord()
1296 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) { in emitRecord()
1297 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td13 /// TSF Since Form Letter Description
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp832 BitsInit *TSF = R->getValueAsBitsInit("TSFlags"); in CodeGenRegisterClass() local
833 for (unsigned I = 0, E = TSF->getNumBits(); I != E; ++I) { in CodeGenRegisterClass()
834 BitInit *Bit = cast<BitInit>(TSF->getBit(I)); in CodeGenRegisterClass()
/freebsd/share/doc/papers/
H A Dbsdreferences.bib260 @article{McKusick:2004:TSF:1035594.1035622,
/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c226 XGMAC_MTL_IOWRITE_BITS(pdata, i, MTL_Q_TQOMR, TSF, val); in xgbe_config_tsf_mode()
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1546 * fixed a buffer overflow in parsing TSF from scan results when using
1547 driver_wext.c with a driver that includes the TSF (e.g., iwl4965)
/freebsd/contrib/wpa/hostapd/
H A DChangeLog610 TSF offset. See hostapd.conf for config info.