Lines Matching refs:getop
9664 switch (getop(instr)) { in instruction_len()
9673 switch (getop(instruction)) { in op_has_longofs()
9700 *instruction = getop(*instruction) | ofs << 8; in setofs()
9891 uint8_t op = getop(instr); in dumpbc()
11148 UPB_ASSERT(getop(*d->last) == OP_CHECKDELIM); in dispatch()
11195 op = getop(instruction); in run_decoder_vm()
11445 if (getop(*p) == OP_CHECKDELIM) { in upb_pbdecoder_end()
11447 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
11448 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
11449 getop(*d->pc) == OP_TAGN || in upb_pbdecoder_end()
11450 getop(*d->pc) == OP_DISPATCH); in upb_pbdecoder_end()