HomeSort by: relevance | last modified time | path
    Searched refs:REGISTER_CONSTANT (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
helpers.h 174 #define REGISTER_CONSTANT 26
midgard_print.c 257 unsigned r_constant = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
disassemble.c 872 if (reg_info->src1_reg == REGISTER_CONSTANT)
885 } else if (reg_info->src2_reg == REGISTER_CONSTANT) {
967 if (reg_info->src1_reg == REGISTER_CONSTANT)
978 } else if (reg_info->src2_reg == REGISTER_CONSTANT) {
midgard_compile.c 474 midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), to);
1028 ins.src[1] = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
1040 ins.src[1] = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
1050 ins.src[1] = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
2294 v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), ins->src[1]);
2511 alu->src[idx] = SSA_FIXED_REGISTER(REGISTER_CONSTANT); \
2540 midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), scratch);
2642 if (ins->src[0] == SSA_FIXED_REGISTER(REGISTER_CONSTANT) &&
2647 if (ins->src[1] == SSA_FIXED_REGISTER(REGISTER_CONSTANT)) {
mir.c 117 if (value == SSA_FIXED_REGISTER(REGISTER_CONSTANT))
midgard_schedule.c 477 unsigned r_constant = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
488 if (ins->src[src] != SSA_FIXED_REGISTER(REGISTER_CONSTANT))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
helpers.h 98 #define REGISTER_CONSTANT 26
midgard_compile.c 1450 ins.ssa_args.src1 = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
1464 ins.ssa_args.src1 = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
1615 midgard_instruction ins = v_fmov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, reg);
1770 midgard_instruction ins = v_fmov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, SSA_FIXED_REGISTER(26));
3041 alu->ssa_args.src = SSA_FIXED_REGISTER(REGISTER_CONSTANT); \
3077 midgard_instruction ins = v_fmov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, scratch);
3115 if (ins->ssa_args.src0 == SSA_FIXED_REGISTER(REGISTER_CONSTANT)) {
3133 ins->ssa_args.src1 = SSA_FIXED_REGISTER(REGISTER_CONSTANT);
3145 if (ins->ssa_args.src1 == SSA_FIXED_REGISTER(REGISTER_CONSTANT)) {
3513 midgard_instruction ins = v_fmov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, SSA_FIXED_REGISTER(0))
    [all...]

Completed in 19 milliseconds