Lines Matching defs:value
137 * instruction. A match is found when (instruction & mask) == value.
139 * DECODE_TABLE(mask, value, table)
142 * DECODE_CUSTOM(mask, value, decoder)
143 * The value of 'decoder' is used as an index into the array of
147 * DECODE_SIMULATE(mask, value, handler)
148 * The probes instruction handler is set to the value found by
149 * indexing into the action array using the value of 'handler'. This
153 * DECODE_EMULATE(mask, value, handler)
154 * The probes instruction handler is set to the value found by
155 * indexing into the action array using the value of 'handler'. This
161 * DECODE_REJECT(mask, value)
164 * DECODE_OR(mask, value)
165 * This allows the mask/value test of multiple table entries to be
173 * This means that if any of the three mask/value pairs match the
180 * DECODE_SIMULATEX(mask, value, handler, regs)
181 * DECODE_EMULATEX (mask, value, handler, regs)
184 * least significant 5 nibbles of the instruction being decoded. The regs value
200 * match an instruction (through the mask/value test). Any invalid register then
301 union decode_item value;