Home | History | Annotate | Download | only in priv

Lines Matching full:imm32

945 /* Sign extend imm32 -> IRExpr* */
946 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 )
950 mkU64(extend_s_32to64(imm32)) :
951 mkU32(imm32) );