Searched defs:AsmConvertUX64F64 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_arm64.cc | 1399 constexpr auto AsmConvertUX64F64 = ASM_INSN_WRAP_FUNC_W_RES_R_ARG("ucvtf %d0, %x1, #10"); in TEST() local 1412 TEST(Arm64InsnTest, AsmConvertUX64F64) { in TEST() argument 1413 constexpr auto AsmConvertUX64F64 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %d0, %d1, #12"); in TEST() local 1421 constexpr auto AsmConvertUX64F64 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %d0, %d1, #64"); in TEST() local 1433 constexpr auto AsmConvertUX64F64 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %0.2d, %1.2d, #12"); in TEST() local 1439 constexpr auto AsmConvertUX64F64 = ASM_INSN_WRAP_FUNC_W_RES_W_ARG("ucvtf %0.2d, %1.2d, #64"); in TEST() local
|