Home
last modified time | relevance | path

Searched refs:shiftop (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc702 InstructionCondRROp shiftop = NULL; in Delegate() local
705 shiftop = &Assembler::lsl; in Delegate()
708 shiftop = &Assembler::lsr; in Delegate()
711 shiftop = &Assembler::asr; in Delegate()
718 shiftop = &Assembler::ror; in Delegate()
723 if (shiftop != NULL) { in Delegate()
727 (this->*shiftop)(cond, in Delegate()
820 InstructionCondRROp shiftop = NULL; in Delegate() local
823 shiftop = &Assembler::lsl; in Delegate()
826 shiftop = &Assembler::lsr; in Delegate()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1355 defm SLL : BinaryRSAndK<"sll", 0x89, 0xEBDF, shiftop<shl>, GR32>;
1356 def SLLG : BinaryRSY<"sllg", 0xEB0D, shiftop<shl>, GR64>;
1367 defm SRL : BinaryRSAndK<"srl", 0x88, 0xEBDE, shiftop<srl>, GR32>;
1368 def SRLG : BinaryRSY<"srlg", 0xEB0C, shiftop<srl>, GR64>;
1373 defm SRA : BinaryRSAndK<"sra", 0x8A, 0xEBDC, shiftop<sra>, GR32>;
1374 def SRAG : BinaryRSY<"srag", 0xEB0A, shiftop<sra>, GR64>;
1379 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>;
1380 def RLLG : BinaryRSY<"rllg", 0xEB1C, shiftop<rotl>, GR64>;
DSystemZOperators.td705 class shiftop<SDPatternOperator operator>
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td606 class logical_shifted_reg<ValueType Ty, RegisterClass regclass, Operand shiftop>
610 let MIOperandInfo = (ops regclass, shiftop);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td812 class logical_shifted_reg<ValueType Ty, RegisterClass regclass, Operand shiftop>
816 let MIOperandInfo = (ops regclass, shiftop);