Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.cpp30 spv::Op _op; in ParseUndef() local
32 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseUndef()
33 ASSERT(_op == spv::OpUndef); in ParseUndef()
40 spv::Op _op; in ParseSourceContinued() local
42 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSourceContinued()
43 ASSERT(_op == spv::OpSourceContinued); in ParseSourceContinued()
55 spv::Op _op; in ParseSource() local
57 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSource()
58 ASSERT(_op == spv::OpSource); in ParseSource()
75 spv::Op _op; in ParseSourceExtension() local
[all …]
/third_party/libunwind/libunwind/doc/
Dlibunwind-dynamic.tex234 \item[\Type{unw\_dyn\_op\_t} \Var{op}] An array of dynamic unwind
274 the form of a structure of type \Type{unw\_dyn\_op\_t}. This
364 unw\_dyn\_op\_t
366 \_U\_dyn\_op\_save\_reg();
367 \_U\_dyn\_op\_spill\_fp\_rel();
368 \_U\_dyn\_op\_spill\_sp\_rel();
369 \_U\_dyn\_op\_add();
370 \_U\_dyn\_op\_pop\_frames();
371 \_U\_dyn\_op\_label\_state();
372 \_U\_dyn\_op\_copy\_state();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.td89 class FRI16_TCP_ins<bits<5> _op, string asmstr,
91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size),
103 class F2RI16_ins<bits<5> _op, string asmstr,
105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm),
110 class FRI16_B_ins<bits<5> _op, string asmstr,
112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm),
191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2,
193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm),
196 class FEXT_RI16_ins<bits<5> _op, string asmstr,
198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm", itin>;
[all …]
DMips16InstrFormats.td482 class FEXT_RI16<bits<5> _op, dag outs, dag ins, string asmstr,
490 let op = _op;
506 class FEXT_RRI16<bits<5> _op, dag outs, dag ins, string asmstr,
515 let op=_op;
/third_party/skia/modules/canvaskit/
Dpathops.js5 if (this._op(otherPath, op)) {
Dexterns.js614 _op: function() {},
/third_party/littlefs/scripts/
Dtracebd.py360 def _op(self, f, block=None, off=None, size=None): member in Bd
387 self._op(Block.read, block, off, size)
390 self._op(Block.prog, block, off, size)
393 self._op(Block.erase, block, off, size)
396 self._op(Block.clear, block, off, size)
/third_party/skia/modules/pathkit/
Dexterns.js52 _op: function(otherPath, op) {}, method
Dchaining.js113 if (this._op(otherPath, op)) {
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c550 #define ALU_CASE(nir, _op) \ argument
552 op = midgard_alu_op_##_op; \
556 #define ALU_CASE_RTZ(nir, _op) \ argument
558 op = midgard_alu_op_##_op; \
566 #define ALU_CASE_BCAST(nir, _op, count) \ argument
568 op = midgard_alu_op_##_op; \
573 #define ALU_CASE_CMP(nir, _op) \ argument
575 op = midgard_alu_op_##_op; \
/third_party/lz4/lib/
Dlz4hc.c469 BYTE** _op, in LZ4HC_encodeSequence() argument
477 #define op (*_op) in LZ4HC_encodeSequence()
/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.c275 static struct symbol_op name##_op = { \
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs500 _op: &ast::ClassSetBinaryOp, in visit_class_set_binary_op_pre()
514 _op: &ast::ClassSetBinaryOp, in visit_class_set_binary_op_in()