Searched refs:kFloat (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 178 if (args.dst_type == Decoder::FloatOperandType::kFloat && in Fcvt() 185 args.src_type == Decoder::FloatOperandType::kFloat) { in Fcvt() 198 case Decoder::FloatOperandType::kFloat: in Fcvt() 236 case Decoder::FloatOperandType::kFloat: in Fcvt() 275 case Decoder::FloatOperandType::kFloat: in Fma() 385 case Decoder::FloatOperandType::kFloat: in Load() 497 case Decoder::FloatOperandType::kFloat: in OpFp() 535 case Decoder::FloatOperandType::kFloat: in OpFpGpRegisterTargetNoRounding() 571 case Decoder::FloatOperandType::kFloat: in OpFpGpRegisterTargetSingleInputNoRounding() 599 case Decoder::FloatOperandType::kFloat: in OpFpNoRounding() [all …]
|
D | decoder.h | 619 kFloat = 0b00, enumerator 2326 {.is_vector_instruction = false, .size = FloatOperandType::kFloat},
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 491 enum class TestVectorInstructionKind { kInteger, kFloat }; enumerator 659 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 682 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction() 691 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction() 700 TestVectorInstructionInternal<TestVectorInstructionKind::kFloat, in TestWideningVectorFloatInstruction() 710 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1083 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction() 1183 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction() 1192 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Mesh.cpp | 87 case SkRuntimeEffect::Uniform::Type::kFloat: in isIntUniformType()
|
D | Shader.cpp | 285 case SkRuntimeEffect::Uniform::Type::kFloat: in isIntUniformType()
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1104 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 1127 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kVMerge>( in TestVectorMergeFloatInstruction() 1150 TestVectorInstructionInternal<TestVectorInstructionKind::kFloat, in TestWideningVectorFloatInstruction() 1159 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1163 enum class TestVectorInstructionKind { kInteger, kFloat }; enumerator 1669 TestVectorPermutationInstruction<TestVectorInstructionKind::kFloat>(insn_bytes, in TestVectorFloatPermutationInstruction() 1741 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction() 1839 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction() 1848 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kFloat) { in TestVectorPermutationInstruction()
|