Searched refs:simm8x256_0 (Results 1 – 1 of 1) sorted by relevance
1796 unsigned simm8x256_0, imm8_0; in Operand_simm8x256_decode() local1798 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() local1807 simm8x256_0 = *valp; in Operand_simm8x256_encode()1808 imm8_0 = ((simm8x256_0 >> 8) & 0xff); in Operand_simm8x256_encode()