Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp380 uint16_t test_val = 0x2345; in getConstantFieldValue() local
382 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()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c1022 uint32 test_val, orig_val; in xtensa_operand_encode() local
1079 (test_val = *valp, (*intop->decode) (&test_val)) || in xtensa_operand_encode()
1080 test_val != orig_val) in xtensa_operand_encode()