Searched refs:test_val (Results 1 – 2 of 2) sorted by relevance
380 uint16_t test_val = 0x2345; in getConstantFieldValue() local382 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()384 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()386 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
1022 uint32 test_val, orig_val; in xtensa_operand_encode() local1079 (test_val = *valp, (*intop->decode) (&test_val)) || in xtensa_operand_encode()1080 test_val != orig_val) in xtensa_operand_encode()