Lines Matching refs:WASM_CASE
1008 BUILD(r, WASM_TABLESWITCH_OP(1, 1, WASM_CASE(0)), in TEST()
1016 BUILD(r, WASM_TABLESWITCH_OP(1, 2, WASM_CASE_BR(0), WASM_CASE(0)), in TEST()
1031 WASM_CASE_BR(2), WASM_CASE(0)), in TEST()
1048 BUILD(r, WASM_TABLESWITCH_OP(2, 2, WASM_CASE(0), WASM_CASE(1)), in TEST()
1060 BUILD(r, WASM_TABLESWITCH_OP(2, 2, WASM_CASE(1), WASM_CASE(0)), in TEST()
1078 3, 4, WASM_CASE(cases[0]), WASM_CASE(cases[1]), in TEST()
1079 WASM_CASE(cases[2]), WASM_CASE(cases[3])), in TEST()
1107 WASM_TABLESWITCH_OP(2, 4, WASM_CASE(a), WASM_CASE(b), in TEST()
1108 WASM_CASE(c), WASM_CASE(d)), in TEST()
1129 WASM_TABLESWITCH_OP(4, 4, WASM_CASE(0), WASM_CASE(1), WASM_CASE(2), in TEST()
1130 WASM_CASE(3)), in TEST()
1155 WASM_TABLESWITCH_OP(4, 4, WASM_CASE(0), WASM_CASE(1), WASM_CASE(2), in TEST()
1156 WASM_CASE(3)), in TEST()