Searched defs:simm64 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c350 Long simm64 = (Long)uimm64; local
351 if ( simm64 == ((simm64 << 32) >> 32) ) {
H A Dguest_arm64_toIR.c4569 Long simm64 = (Long)sx_to_64(uimm64, 21); local
4576 IRConst_U64(guest_PC_curr_instr + simm64),
4581 DIP("b.%s 0x%llx\n", nameCC(cond), guest_PC_curr_instr + simm64);
4592 Long simm64 = (Long)sx_to_64(uimm64, 28); local
4596 putPC(mkU64(guest_PC_curr_instr + simm64));
4600 guest_PC_curr_instr + simm64);
4651 Long simm64 = (Long)sx_to_64(uimm64, 21); local
4662 IRConst_U64(guest_PC_curr_instr + simm64),
4669 guest_PC_curr_instr + simm64);
4686 Long simm64 local
[all...]

Completed in 245 milliseconds