HomeSort by relevance Sort by last modified time
    Searched defs:Srl (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 505 case ISD::SRL:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 344 void Mips64Assembler::Srl(GpuRegister rd, GpuRegister rt, int shamt) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 351 // Look for (add X1, (and (srl X2, c1), c2)) where c2 is constant with
355 // (add X1, (shl (and (srl X2, c1), (c2>>tz)), tz)) where tz is the number
357 // operand of 'add' and the 'and' and 'srl' would become a bits extraction
387 // Look for (and (srl X, c1), c2).
388 SDValue Srl = N1.getOperand(0);
390 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
409 Srl = CurDAG->getNode(ISD::SRL, SDLoc(Srl), MVT::i32
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 372 void MipsAssembler::Srl(Register rd, Register rt, int shamt) {
    [all...]

Completed in 481 milliseconds