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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
macros.inc 24 macro uimm32 {0;4294967295}
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td 683 def IIFMux : UnaryRIPseudo<bitconvert, GRX32, uimm32>,
685 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
686 def IIHF : UnaryRIL<"iihf", 0xC08, bitconvert, GRH32, uimm32>;
    [all...]
SystemZOperands.td 228 def UIMM32 : SDNodeXForm<imm, [{
335 def uimm32 : Immediate<i32, [{}], UIMM32, "U32Imm">;
422 }], UIMM32, "U32Imm">;
SystemZInstrFormats.td     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-opc.c 130 ARITH_INST32 ("andd", 0x004, uimm32),
132 ARITH_INST32 ("ord", 0x005, uimm32),
134 ARITH_INST32 ("xord", 0x006, uimm32),
570 {32, arg_ic, OP_UNSIGNED}, /* uimm32 */
ChangeLog-2008 795 (constant_formats[]): Add uimm32 and huimm16.
797 (uimm32): Define.
    [all...]
bfin-dis.c 115 { "uimm32", 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
475 #define uimm32(x) fmtconst (c_uimm32, x, 0, outf) macro
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 124 uimm3, uimm3_1, uimm4, uimm4_1, uimm5, uimm16, uimm20, uimm32, enumerator in enum:__anon74577
  /external/llvm/lib/Target/Sparc/
SparcInstr64Bit.td 74 def uimm32 : PatLeaf<(imm), [{ return isUInt<32>(N->getZExtValue()); }]>;
75 def : Pat<(i64 uimm32:$val), (ORri (SETHIi (HI22 $val)), (LO10 $val))>,

Completed in 296 milliseconds