Searched refs:FUNC_R_OP_P (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 69 #define FUNC_R_OP_P(NAME, INSN) \ macro 297 FUNC_R_OP_P(vsathub, "%0 = vsathub(%2)") 306 FUNC_R_OP_P(vsatwuh, "%0 = vsatwuh(%2)") 394 FUNC_R_OP_P(conv_df2sf, "%0 = convert_df2sf(%2)") 395 FUNC_R_OP_P(conv_df2uw, "%0 = convert_df2uw(%2)") 396 FUNC_R_OP_P(conv_df2w, "%0 = convert_df2w(%2)") 399 FUNC_R_OP_P(conv_df2uw_chop, "%0 = convert_df2uw(%2):chop") 400 FUNC_R_OP_P(conv_df2w_chop, "%0 = convert_df2w(%2):chop") 407 FUNC_R_OP_P(conv_ud2sf, "%0 = convert_ud2sf(%2)") 408 FUNC_R_OP_P(conv_d2sf, "%0 = convert_d2sf(%2)")
|