Lines Matching refs:fast_io
27 bool fast_io; member
91 param->fast_io ? " fast I/O" : "", in param_to_desc()
97 { .cache = REGCACHE_NONE, .fast_io = true },
99 { .cache = REGCACHE_FLAT, .fast_io = true },
101 { .cache = REGCACHE_FLAT_S, .fast_io = true },
103 { .cache = REGCACHE_RBTREE, .fast_io = true },
105 { .cache = REGCACHE_MAPLE, .fast_io = true },
112 { .cache = REGCACHE_FLAT, .fast_io = true },
114 { .cache = REGCACHE_FLAT_S, .fast_io = true },
116 { .cache = REGCACHE_RBTREE, .fast_io = true },
118 { .cache = REGCACHE_MAPLE, .fast_io = true },
125 { .cache = REGCACHE_FLAT, .from_reg = 0, .fast_io = true },
133 { .cache = REGCACHE_FLAT, .from_reg = 0, .fast_io = true },
139 { .cache = REGCACHE_FLAT_S, .from_reg = 0, .fast_io = true },
145 { .cache = REGCACHE_RBTREE, .from_reg = 0, .fast_io = true },
151 { .cache = REGCACHE_MAPLE, .from_reg = 0, .fast_io = true },
162 { .cache = REGCACHE_FLAT_S, .from_reg = 0, .fast_io = true },
168 { .cache = REGCACHE_RBTREE, .from_reg = 0, .fast_io = true },
174 { .cache = REGCACHE_MAPLE, .from_reg = 0, .fast_io = true },
196 config->fast_io = param->fast_io; in gen_regmap()