Searched refs:effective_addr (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c9786 if effective_addr is not 16-aligned. This is required behaviour
9790 void gen_SEGV_if_not_XX_aligned ( IRTemp effective_addr, ULong mask ) argument
9795 binop(Iop_And64,mkexpr(effective_addr),mkU64(mask)),
9804 static void gen_SEGV_if_not_16_aligned ( IRTemp effective_addr ) {
9805 gen_SEGV_if_not_XX_aligned(effective_addr, 16-1);
9808 static void gen_SEGV_if_not_32_aligned ( IRTemp effective_addr ) {
9809 gen_SEGV_if_not_XX_aligned(effective_addr, 32-1);
[all...]
H A Dguest_x86_toIR.c7866 if effective_addr is not 16-aligned. This is required behaviour
7869 static void gen_SEGV_if_not_16_aligned ( IRTemp effective_addr )
7874 binop(Iop_And32,mkexpr(effective_addr),mkU32(0xF)),

Completed in 213 milliseconds