Lines Matching refs:strict
3096 bool strict)
3102 if (!strict || size == 1) {
3110 * to this code only in strict mode where we want to emulate
3129 const char *pointer_desc, int off, int size, bool strict)
3134 if (!strict || size == 1) {
3153 bool strict = env->strict_alignment || strict_alignment_once;
3162 return check_pkt_ptr_alignment(env, reg, off, size, strict);
3178 strict = true;
3195 return check_generic_ptr_alignment(env, reg, pointer_desc, off, size, strict);
9192 * more strict register state and more strict stack state then this execution
9194 * concluded that more strict state leads to valid finish.