Searched refs:RotOp (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 124 struct RotOp : public SetIntBinOp { struct 127 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function 263 addOperator("rotl", std::make_unique<RotOp>(false)); in SetTheory() 264 addOperator("rotr", std::make_unique<RotOp>(true)); in SetTheory()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-z80.texi | 54 @code{xdcb} (instructions like @var{RotOp (II+d),R} and @var{BitOp n,(II+d),R}),
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-z80.texi | 54 @code{xdcb} (instructions like @var{RotOp (II+d),R} and @var{BitOp n,(II+d),R}),
|