HomeSort by relevance Sort by last modified time
    Searched refs:SGPR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 128 my @SGPR;
130 print "def SGPR$i : SGPR_32 <$i, \"SGPR$i\">;\n";
131 $SGPR[$i] = "SGPR$i";
143 (add (sequence "SGPR%u", 0, $SGPR_MAX_IDX), SREG_LIT_0, M0)
205 for (my $i = 0; $i <= $#SGPR; $i++) {
206 push (@{$hw_values{$i}}, $SGPR[$i]);
249 return print_reg_class('SReg', 'SGPR', $reg_width, $SGPR_COUNT, $sub_reg_ref, @types);
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 128 my @SGPR;
130 print "def SGPR$i : SGPR_32 <$i, \"SGPR$i\">;\n";
131 $SGPR[$i] = "SGPR$i";
143 (add (sequence "SGPR%u", 0, $SGPR_MAX_IDX), SREG_LIT_0, M0)
205 for (my $i = 0; $i <= $#SGPR; $i++) {
206 push (@{$hw_values{$i}}, $SGPR[$i]);
249 return print_reg_class('SReg', 'SGPR', $reg_width, $SGPR_COUNT, $sub_reg_ref, @types);

Completed in 25 milliseconds