Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-assembler-riscv64.cc143 #define UTEST_R1_FORM_WITH_RES_F(instr_name, type, rs1_fval, expected_fres) \ argument
148 auto res = GenAndRunTest<type, type>(rs1_fval, fn); \
152 #define UTEST_R2_FORM_WITH_RES_F(instr_name, type, rs1_fval, rs2_fval, \ argument
158 auto res = GenAndRunTest<type, type>(rs1_fval, rs2_fval, fn); \
194 rounding_mode, rs1_fval, expected_res) \ argument
203 auto res = GenAndRunTest<output_type, input_type>(rs1_fval, fn); \
216 auto res = GenAndRunTest<output_type, input_type>(rs1_fval, fn); \
312 #define UTEST_R2_FORM_WITH_OP_F(instr_name, type, rs1_fval, rs2_fval, \ argument
314 UTEST_R2_FORM_WITH_RES_F(instr_name, type, rs1_fval, rs2_fval, \
315 ((rs1_fval)tested_op(rs2_fval)))
[all …]