Searched refs:veew (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 620 uint8_t veew, in TestVleXX() argument 624 uint8_t veew, in TestVleXX() 632 vemul -= veew; // Divide by EEW. in TestVleXX() 708 switch (veew) { in TestVleXX() 710 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int8, kNoMask); in TestVleXX() 711 Verify(insn_bytes, veew, veew, 8, expected_result_int8, kMaskInt8); in TestVleXX() 714 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int16, kNoMask); in TestVleXX() 715 Verify(insn_bytes, veew, veew, 8, expected_result_int16, kMaskInt16); in TestVleXX() 718 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int32, kNoMask); in TestVleXX() 719 Verify(insn_bytes, veew, veew, 8, expected_result_int32, kMaskInt32); in TestVleXX() [all …]
|