Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_MUL (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp484 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
520 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
557 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
588 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
621 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
654 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
687 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
725 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
770 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
815 EXPECT_EQ(mul->opcode, BRW_OPCODE_MUL); in TEST_F()
[all …]
Dbrw_fs_saturate_propagation.cpp90 if (scan_inst->opcode == BRW_OPCODE_MUL) { in opt_saturate_propagation_local()
Dbrw_vec4_copy_propagation.cpp206 case BRW_OPCODE_MUL: in try_constant_propagate()
220 if ((inst->opcode == BRW_OPCODE_MUL || in try_constant_propagate()
Dbrw_fs_cse.cpp63 case BRW_OPCODE_MUL: in is_expression()
126 } else if (a->opcode == BRW_OPCODE_MUL && a->dst.type == BRW_REGISTER_TYPE_F) { in operands_match()
Dbrw_fs_lower_regioning.cpp260 inst->opcode != BRW_OPCODE_MUL || in lower_src_modifiers()
382 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
Dbrw_shader.cpp854 case BRW_OPCODE_MUL: in is_commutative()
972 case BRW_OPCODE_MUL: in can_do_saturate()
1022 case BRW_OPCODE_MUL: in can_do_cmod()
Dtest_fs_saturate_propagation.cpp348 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
474 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
516 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
715 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dtest_vec4_cmod_propagation.cpp621 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
656 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
819 EXPECT_EQ(BRW_OPCODE_MUL, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_vec4_cmod_propagation.cpp321 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp448 scan_inst->opcode == BRW_OPCODE_MUL) in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp64 case BRW_OPCODE_MUL: in is_expression()
Dbrw_ir_performance.cpp147 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
170 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
379 case BRW_OPCODE_MUL: in instruction_desc()
Dbrw_fs_copy_propagation.cpp768 case BRW_OPCODE_MUL: in try_constant_propagate()
790 if (((inst->opcode == BRW_OPCODE_MUL && in try_constant_propagate()
Dbrw_fs_combine_constants.cpp58 case BRW_OPCODE_MUL: in could_coissue()
Dbrw_ir_fs.h561 ((inst->opcode == BRW_OPCODE_MUL && in has_dst_aligned_region_restriction()
Dbrw_eu_defines.h255 BRW_OPCODE_MUL, enumerator
Dbrw_eu_validate.c1764 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL && in special_requirements_for_handling_double_precision_data_types()
1921 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MUL) { in instruction_restrictions()
Dbrw_eu.cpp669 { BRW_OPCODE_MUL, 65, "mul", 2, 1, GEN_ALL },
Dtest_eu_validate.cpp2299 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2431 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2579 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
2796 assert(inst[i].opcode == BRW_OPCODE_MUL); in TEST_P()
Dbrw_vec4.cpp861 case BRW_OPCODE_MUL: in opt_algebraic()
2530 mul->opcode = BRW_OPCODE_MUL; in lower_64bit_mad_to_mul_add()
/external/igt-gpu-tools/assembler/
Dlex.l108 "mul" { yylval.integer = BRW_OPCODE_MUL; return MUL; }
Dbrw_defines.h679 BRW_OPCODE_MUL = 65, enumerator
Dbrw_disasm.c44 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1 },
/external/mesa3d/src/intel/tools/
Di965_lex.l101 mul { yylval.integer = BRW_OPCODE_MUL; return MUL; }
Di965_gram.y240 case BRW_OPCODE_MUL: in i965_asm_binary_instruction()

12