HomeSort by: relevance | last modified time | path
    Searched defs:pcrel (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_schedule.c 103 bool pcrel; /* applies to first const */ member in struct:bi_const_state
792 bool pcrel = instr->branch_target && src.value == 0; local
800 /* pcrel constants are unique, so don't match */
801 if (found && !pcrel)
810 if (pcrel)
1303 bi_rewrite_constants_to_pass(bi_tuple *tuple, uint64_t constant, bool pcrel)
1318 assert(pcrel);
1321 } else if (pcrel) {
1334 * postcondition that pcrel applies to the first constant by convention,
1345 .pcrel = tuple->add && tuple->add->branch_target
1460 bool pcrel = pending_pcrel || consts[t].pcrel; local
    [all...]

Completed in 5 milliseconds