Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1100 void TestVectorFloatInstruction(uint32_t insn_bytes, in TestVectorFloatInstruction() function in berberis::__anonb0e451540111::Riscv64InterpreterTest
2199 TestVectorFloatInstruction(0x4d821457, // Vfrsqrt7.v v8, v24, v0.t in TEST_F()
2220 TestVectorFloatInstruction(0x4d881457, // Vfclass.v v8, v24, v0.t in TEST_F()
6980 TestVectorFloatInstruction(0xb1881457, // vfmacc.vv v8, v16, v24, v0.t in TEST_F()
6998 TestVectorFloatInstruction(0xb100d457, // vfmacc.vf v8, f1, v16, v0.t in TEST_F()
7019 TestVectorFloatInstruction(0xb5881457, // vfnmacc.vv v8, v16, v24, v0.t in TEST_F()
7037 TestVectorFloatInstruction(0xb500d457, // vfnmacc.vf v8, f1, v16, v0.t in TEST_F()
7258 TestVectorFloatInstruction(0xb9881457, // vfmsac.vv v8, v16, v24, v0.t in TEST_F()
7276 TestVectorFloatInstruction(0xb900d457, // vfmsac.vf v8, f1, v16, v0.t in TEST_F()
7297 TestVectorFloatInstruction(0xbd881457, // vfnmsac.vv v8, v16, v24, v0.t in TEST_F()
[all …]
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc654 void TestVectorFloatInstruction(ExecInsnFunc exec_insn, in TestVectorFloatInstruction() function
2020 TestVectorFloatInstruction(ExecVfsqrtv, in TEST()
2242 TestVectorFloatInstruction(ExecVfcvtxufv, in TEST()
2261 TestVectorFloatInstruction(ExecVfcvtxfv, in TEST()
2280 TestVectorFloatInstruction(ExecVfcvtfxuv, in TEST()
2299 TestVectorFloatInstruction(ExecVfcvtfxv, in TEST()
2318 TestVectorFloatInstruction(ExecVfcvtrtzxuf, in TEST()
2337 TestVectorFloatInstruction(ExecVfcvtrtzxf, in TEST()
2747 TestVectorFloatInstruction(ExecVfrsubvf, in TEST()
3234 TestVectorFloatInstruction(ExecVfaddvv, in TEST()
[all …]