Home | History | Annotate | Download | only in priv

Lines Matching refs:imm16

931 /* Sign extend imm16 -> IRExpr* */
932 static IRExpr* mkSzExtendS16 ( IRType ty, UInt imm16 )
936 mkU64(extend_s_16to64(imm16)) :
937 mkU32(extend_s_16to32(imm16)) );