Home
last modified time | relevance | path

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

/freebsd-12-stable/share/syscons/fonts/
Dswiss-8x14.fnt9 M9F9F9@!F9@````!^]/3T=!04%!04````'C!XW,[G<SL>#'@`````````````
Dswiss-1251-8x16.fnt62 M```8&!@8&!@8&!@8&!@`````'C!XW,[G<SL>#'@`````;&P`_L#`_,#`P,#`
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedExynosM3.td550 def : InstRW<[M3WriteFCVT4A], (instregex "^[SU]CVTF[SU][XW][DHS]ri")>;
551 def : InstRW<[M3WriteFCVT3A], (instregex "^FCVT[AMNPZ][SU]U[XW][DHS]r")>;
DAArch64SchedExynosM5.td721 def : InstRW<[M5WriteFCVTC], (instregex "^[SU]CVTF[SU][XW][HSD]ri")>;
722 def : InstRW<[M5WriteFCVTB], (instregex "^FCVT[AMNPZ][SU][SU][XW][HSD]r")>;
DAArch64SchedExynosM4.td664 def : InstRW<[M4WriteFCVT6A], (instregex "^[SU]CVTF[SU][XW][HSD]ri")>;
665 def : InstRW<[M4WriteNEONR], (instregex "^FCVT[AMNPZ][SU][SU][XW][HSD]r")>;
DAArch64SchedA57.td575 def : InstRW<[A57Write_10cyc_1L_1V], (instregex "^[FSU]CVT[AMNPZ][SU](_Int)?[SU]?[XW]?[DS]?[rds]i?"…
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td69 "MSKOR $rw_gpr.XW, $index_gpr",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9202 APInt XW = X->sextOrSelf(W); in MinOptional() local
9204 return XW.slt(YW) ? *X : *Y; in MinOptional()