Lines Matching refs:offsetof
227 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_imm_full_range()
228 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_full_range()
255 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_partial_range()
281 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_imm_empty_range()
308 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in imm_out_of_bound_range()
309 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in imm_out_of_bound_range()
336 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_imm_negative_range_adjustment_1()
363 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_imm_negative_range_adjustment_2()
391 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in via_const_reg_full_range()
392 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_reg_full_range()
420 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_const_reg_partial_range()
474 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 8), in reg_out_of_bound_range()
475 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in reg_out_of_bound_range()
503 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_reg_negative_range_adjustment_1()
531 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in const_reg_negative_range_adjustment_2()
560 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo)), in map_via_variable_full_range()
561 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_full_range()
590 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_partial_range()
618 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in map_via_variable_empty_range()
674 __imm_const(__imm_0, sizeof(struct test_val) - offsetof(struct test_val, foo) + 1), in via_variable_wrong_max_check_1()
675 __imm_const(test_val_foo, offsetof(struct test_val, foo)) in via_variable_wrong_max_check_1()
1072 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_imm()
1147 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_reg()
1225 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in to_adjusted_map_via_variable()
1278 __imm_const(__imm_0, offsetof(struct other_val, bar) + 1) in via_variable_wrong_max_check_2()