Home | History | Annotate | Download | only in priv

Lines Matching full:ulong

881 ARM64Instr* ARM64Instr_Imm64 ( HReg dst, ULong imm64 ) {
2950 static UInt* imm64_to_ireg ( UInt* p, Int xD, ULong imm64 )
2996 static UInt* imm64_to_ireg_EXACTLY4 ( UInt* p, Int xD, ULong imm64 )
3020 static Bool is_imm64_to_ireg_EXACTLY4 ( UInt* p, Int xD, ULong imm64 )
3640 p = imm64_to_ireg(p, /*x*/21, (ULong)trcval);
3696 p = imm64_to_ireg( (UInt*)p, /*x*/9, (ULong)i->ARM64in.Call.target );
3702 ULong dist = (ULong)(p - ptmp);
5503 const ULong* location_of_counter )
5505 vassert(sizeof(ULong*) == 8);