Home | History | Annotate | Download | only in priv

Lines Matching refs:imm16

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