Searched refs:high_bit (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate.c706 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit; local in function:ra_simplify
707 i >= 0; i--, high_bit = BITSET_WORDBITS - 1) {
713 for (int j = high_bit; j >= 0; j--) {
729 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit; local in function:ra_simplify
730 i >= 0; i--, high_bit = BITSET_WORDBITS - 1) {
731 BITSET_WORD mask = ~(BITSET_WORD)0 >> (31 - high_bit);
745 for (int j = high_bit; j >= 0; j--) {
763 for (int j = high_bit; j >= 0; j--) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitssboinstruction.cpp671 auto high_bit = help.reg_i(3); local in function:r600::EmitSSBOInstruction::emit_image_size
681 emit_instruction(new AluInstruction(op3_cnde_int, comp, high_bit, trgt.reg_i(0), trgt.reg_i(2),
683 emit_instruction(new AluInstruction(op3_cnde_int, high_bit, high_bit, trgt.reg_i(1), trgt.reg_i(3),
686 emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInstruction::last_write));

Completed in 6 milliseconds