Home
last modified time | relevance | path

Searched refs:tmp_value (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dnds32-asm.c1738 int rt_value, ret, tmp_value, tmp1, tmp2; in parse_rt21() local
1750 tmp_value = (rt_value & 0x06) << 4; in parse_rt21()
1751 tmp_value |= (rt_value & 0x01); in parse_rt21()
1752 *value = tmp_value; in parse_rt21()