HomeSort by relevance Sort by last modified time
    Searched full:uimm16 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCondMov.td 91 (select (i32 (seteq CRC:$lhs, immZExt16:$uimm16)), DRC:$T, DRC:$F),
92 (MOVZInst DRC:$T, (XORiOp CRC:$lhs, immZExt16:$uimm16), DRC:$F)>;
MicroMipsInstrInfo.td 633 def ANDi_MM : MMRel, ArithLogicI<"andi", uimm16, GPR32Opnd>,
635 def ORi_MM : MMRel, ArithLogicI<"ori", uimm16, GPR32Opnd>,
637 def XORi_MM : MMRel, ArithLogicI<"xori", uimm16, GPR32Opnd>,
639 def LUi_MM : MMRel, LoadUpper<"lui", GPR32Opnd, uimm16>, LUI_FM_MM;
    [all...]
MipsInstrInfo.td 411 def uimm16 : Operand<i32> {
    [all...]
MipsDSPInstrInfo.td 322 dag InOperandList = (ins uimm16:$imm);
341 dag InOperandList = (ins RO:$rt, uimm16:$rs_sa);
390 dag InOperandList = (ins ACC64DSPOpnd:$ac, uimm16:$shift_rs);
425 dag InOperandList = (ins uimm16:$mask);
434 dag InOperandList = (ins GPR32Opnd:$rs, uimm16:$mask);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZOperands.td 186 def UIMM16 : SDNodeXForm<imm, [{
267 }], UIMM16, "U16Imm">;
354 }], UIMM16, "U16Imm">;
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 3370 UInt uimm16 = ifieldUIMM16(theInstr); local
4009 UInt uimm16 = ifieldUIMM16(theInstr); local
4127 UInt uimm16 = ifieldUIMM16(theInstr); local
4884 UInt uimm16 = ifieldUIMM16(theInstr); local
5182 UInt uimm16 = ifieldUIMM16(theInstr); local
5408 UInt uimm16 = ifieldUIMM16(theInstr); local
6117 UInt uimm16 = ifieldUIMM16(theInstr); local
7737 UInt uimm16 = ifieldUIMM16(theInstr); local
7875 Int uimm16 = ifieldUIMM16(theInstr); local
9099 UInt uimm16 = ifieldUIMM16(theInstr); local
    [all...]

Completed in 3453 milliseconds