Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h623 enum class FloatOperandType : uint8_t { enum
682 FloatOperandType dst_type;
683 FloatOperandType src_type;
691 FloatOperandType src_type;
698 FloatOperandType dst_type;
727 FloatOperandType operand_type;
767 FloatOperandType operand_type;
776 FloatOperandType operand_type;
784 FloatOperandType operand_type;
790 FloatOperandType operand_type;
[all …]
Dsemantics_player.h180 if (args.dst_type == Decoder::FloatOperandType::kFloat && in Fcvt()
181 args.src_type == Decoder::FloatOperandType::kDouble) { in Fcvt()
186 } else if (args.dst_type == Decoder::FloatOperandType::kDouble && in Fcvt()
187 args.src_type == Decoder::FloatOperandType::kFloat) { in Fcvt()
200 case Decoder::FloatOperandType::kFloat: in Fcvt()
202 case Decoder::FloatOperandType::kDouble: in Fcvt()
238 case Decoder::FloatOperandType::kFloat: in Fcvt()
240 case Decoder::FloatOperandType::kDouble: in Fcvt()
277 case Decoder::FloatOperandType::kFloat: in Fma()
280 case Decoder::FloatOperandType::kDouble: in Fma()
[all …]