Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.cpp625 { BRW_OPCODE_CMPN, 17, "cmpn", 2, 1, GFX_LT(GFX12) },
626 { BRW_OPCODE_CMPN, 113, "cmpn", 2, 1, GFX_GE(GFX12) },
Dbrw_vec4_cmod_propagation.cpp296 scan_inst->opcode == BRW_OPCODE_CMPN) in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp481 scan_inst->opcode == BRW_OPCODE_CMPN) in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp62 case BRW_OPCODE_CMPN: in is_expression()
Dbrw_vec4_builder.h492 emit(BRW_OPCODE_CMPN, retype(dst, src0.type), in CMPN()
Dbrw_fs_cse.cpp61 case BRW_OPCODE_CMPN: in is_expression()
Dbrw_eu_defines.h219 BRW_OPCODE_CMPN, enumerator
Dbrw_fs_builder.h702 emit(BRW_OPCODE_CMPN, retype(dst, src0.type), in CMPN()
Dbrw_shader.cpp1045 case BRW_OPCODE_CMPN: in can_do_cmod()
Dbrw_ir_performance.cpp305 case BRW_OPCODE_CMPN: in instruction_desc()
Dbrw_eu_validate.c1991 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_CMPN) { in instruction_restrictions()
Dbrw_vec4_generator.cpp1647 case BRW_OPCODE_CMPN: in generate_code()
Dbrw_fs_generator.cpp2167 case BRW_OPCODE_CMPN: in generate_code()
Dbrw_eu_emit.c2017 brw_inst *insn = next_insn(p, BRW_OPCODE_CMPN); in brw_CMPN()
Dbrw_fs.cpp7336 case BRW_OPCODE_CMPN: in get_lowered_simd_width()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l70 cmpn { yylval.integer = BRW_OPCODE_CMPN; return CMPN; }