Lines Matching refs:reg_state
21 } reg_state; typedef
27 reg_state *init;
30 reg_state initI;
31 reg_state initF16;
32 reg_state initF32;
33 reg_state initF64;
52 static void dump_regs(reg_state *s) in dump_regs()
64 static void compare_state(const reg_state *a, const reg_state *b) in compare_state()
141 reg_state result; in run_test()
142 reg_state *init = t->init; in run_test()
299 static void init_all(reg_state *s) in init_all()