Searched refs:eew (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | decoder.h | 1719 .width = decoded_operand_type.eew, in DecodeLoad() 1730 .width = decoded_operand_type.eew, in DecodeLoad() 1742 .width = decoded_operand_type.eew, in DecodeLoad() 1783 .width = decoded_operand_type.eew, in DecodeStore() 1794 .width = decoded_operand_type.eew, in DecodeStore() 1806 .width = decoded_operand_type.eew, in DecodeStore() 2321 MemoryDataOperandType eew; member 2324 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k8bit}, 2329 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k16bit}, 2330 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k32bit}, [all …]
|