Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-modules.c1796 unsigned simm8x256_0, imm8_0; in Operand_simm8x256_decode() local
1798 simm8x256_0 = (((int) imm8_0 << 24) >> 24) << 8; in Operand_simm8x256_decode()
1799 *valp = simm8x256_0; in Operand_simm8x256_decode()
1806 unsigned imm8_0, simm8x256_0; in Operand_simm8x256_encode() local
1807 simm8x256_0 = *valp; in Operand_simm8x256_encode()
1808 imm8_0 = ((simm8x256_0 >> 8) & 0xff); in Operand_simm8x256_encode()