Home | History | Annotate | Download | only in priv

Lines Matching refs:uimm64

346 static void push_uimm64( ISelEnv* env, ULong uimm64 )
348 /* If uimm64 can be expressed as the sign extension of its
350 Long simm64 = (Long)uimm64;
352 addInstr( env, AMD64Instr_Push(AMD64RMI_Imm( (UInt)uimm64 )) );
355 addInstr( env, AMD64Instr_Imm64(uimm64, tmp) );