Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1711 if (decoded_operand_type.is_vector_instruction) { in DecodeLoad()
1775 if (decoded_operand_type.is_vector_instruction) { in DecodeStore()
2318 bool is_vector_instruction; member
2324 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k8bit},
2325 {.is_vector_instruction = false, .size = FloatOperandType::kHalf},
2326 {.is_vector_instruction = false, .size = FloatOperandType::kFloat},
2327 {.is_vector_instruction = false, .size = FloatOperandType::kDouble},
2328 {.is_vector_instruction = false, .size = FloatOperandType::kQuad},
2329 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k16bit},
2330 {.is_vector_instruction = true, .eew = MemoryDataOperandType::k32bit},
[all …]