Home
last modified time | relevance | path

Searched refs:getop (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/TableGen/
Dgetsetop.td6 // !setop and !getop are deprecated in favor of !setdagop and !getdagop.
27 Base getopWithCast = !getop<Base>(orig);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c649 UPB_ASSERT(getop(*d->last) == OP_CHECKDELIM); in dispatch()
696 op = getop(instruction); in run_decoder_vm()
928 if (getop(*p) == OP_CHECKDELIM) { in upb_pbdecoder_end()
930 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
931 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
932 getop(*d->pc) == OP_TAGN || in upb_pbdecoder_end()
933 getop(*d->pc) == OP_DISPATCH); in upb_pbdecoder_end()
Ddecoder.int.h75 UPB_INLINE opcode getop(uint32_t instr) { return (opcode)(instr & 0xff); } in getop() function
Dcompile_decoder.c116 switch (getop(instr)) { in instruction_len()
125 switch (getop(instruction)) { in op_has_longofs()
152 *instruction = getop(*instruction) | (uint32_t)ofs << 8; in setofs()
345 uint8_t op = getop(instr); in dumpbc()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5913 switch (getop(instr)) { in instruction_len()
5922 switch (getop(instruction)) { in op_has_longofs()
5949 *instruction = getop(*instruction) | ofs << 8; in setofs()
6140 uint8_t op = getop(instr); in dumpbc()
7379 UPB_ASSERT(getop(*d->last) == OP_CHECKDELIM); in dispatch()
7426 op = getop(instruction); in run_decoder_vm()
7676 if (getop(*p) == OP_CHECKDELIM) { in upb_pbdecoder_end()
7678 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
7679 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
7680 getop(*d->pc) == OP_TAGN || in upb_pbdecoder_end()
[all …]
Dupb.h6502 UPB_INLINE opcode getop(uint32_t instr) { return (opcode)(instr & 0xff); }
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9664 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()
[all …]
Dupb.h9798 UPB_INLINE opcode getop(uint32_t instr) { return (opcode)(instr & 0xff); }
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1487 The ``!getop`` and ``!setop`` bang operators are deprecated in favor of