Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-decoder.cc130 OperandType op_type = Bytecodes::GetOperandType(bytecode, i); in Decode() local
135 switch (op_type) { in Decode()
139 << DecodeUnsignedOperand(operand_start, op_type, operand_scale) in Decode()
144 DecodeUnsignedOperand(operand_start, op_type, operand_scale)); in Decode()
149 auto id = DecodeUnsignedOperand(operand_start, op_type, operand_scale); in Decode()
156 DecodeUnsignedOperand(operand_start, op_type, operand_scale))) in Decode()
160 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale) in Decode()
165 << DecodeUnsignedOperand(operand_start, op_type, operand_scale); in Decode()
170 DecodeRegisterOperand(operand_start, op_type, operand_scale); in Decode()
176 DecodeRegisterListOperand(operand_start, 3, op_type, operand_scale); in Decode()
[all …]
/third_party/json/tests/src/
Dunit-alt-string.cpp51 template <typename op_type>
52 bool operator==(const op_type& op) const in operator ==()
62 template <typename op_type>
63 bool operator!=(const op_type& op) const in operator !=()
88 template <typename op_type>
89 bool operator<(const op_type& op) const noexcept in operator <()
/third_party/spirv-tools/source/opt/
Dfix_func_call_arguments.cpp71 Instruction* op_type = in ReplaceAccessChainFuncCallArguments() local
74 op_type->result_id(), SpvStorageClassFunction); in ReplaceAccessChainFuncCallArguments()
82 Instruction* load = builder.AddLoad(op_type->result_id(), operand_id); in ReplaceAccessChainFuncCallArguments()
86 load = builder.AddLoad(op_type->result_id(), var->result_id()); in ReplaceAccessChainFuncCallArguments()
Dupgrade_memory_model.cpp635 analysis::Type* op_type = in UpgradeBarriers() local
637 if (op_type && op_type->AsPointer() && in UpgradeBarriers()
638 op_type->AsPointer()->storage_class() == SpvStorageClassOutput) in UpgradeBarriers()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c57 int op_type; member
135 if (test_cases[i].op_type == OP_OPEN_RDONLY) in do_test()
142 if (test_cases[i].op_type == OP_OPEN_RDONLY) { in do_test()
172 switch (test_cases[i].op_type) { in do_child()
/third_party/mindspore/patches/
D0017-bugfix-for-onnx-parser.patch19 + if (onnx_node.op_type() == "Loop" || onnx_node.op_type() == "If") {
D0020-fix-ocr-gcn-model-crash.patch93 auto op_type = op_parameter->type_;
95 + MS_LOG(INFO) << "unsupport op_type: " << PrimitiveCurVersionTypeName(op_type) << ", data_type:…
/third_party/libabigail/tests/data/test-diff-dwarf/
DPR25058-liblttng-ctl-report-1.txt454 …e* child;} u; filter_node* prev; filter_node* next;} expression; struct {op_type type; filter_node…
480 … type of 'struct {op_type type; filter_node* lchild; filter_node* rchild;} op' changed:
483 type of 'op_type type' changed:
486 'op_type::AST_OP_RSHIFT' value '6'
487 'op_type::AST_OP_LSHIFT' value '7'
488 'op_type::AST_OP_BIN_AND' value '10'
489 'op_type::AST_OP_BIN_OR' value '11'
490 'op_type::AST_OP_BIN_XOR' value '12'
492 'op_type::AST_OP_BIT_RSHIFT' value '6'
493 'op_type::AST_OP_BIT_LSHIFT' value '7'
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp637 analysis::Type* op_type = in UpgradeBarriers() local
639 if (op_type && op_type->AsPointer() && in UpgradeBarriers()
640 op_type->AsPointer()->storage_class() == SpvStorageClassOutput) in UpgradeBarriers()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dupgrade_memory_model.cpp637 analysis::Type* op_type = in UpgradeBarriers() local
639 if (op_type && op_type->AsPointer() && in UpgradeBarriers()
640 op_type->AsPointer()->storage_class() == SpvStorageClassOutput) in UpgradeBarriers()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3332 const enum lp_sampler_op_type op_type = in lp_build_sample_soa_code() local
3337 const boolean op_is_tex = op_type == LP_SAMPLER_OP_TEXTURE; in lp_build_sample_soa_code()
3338 const boolean op_is_lodq = op_type == LP_SAMPLER_OP_LODQ; in lp_build_sample_soa_code()
3339 const boolean op_is_gather = op_type == LP_SAMPLER_OP_GATHER; in lp_build_sample_soa_code()
3652 } else if (op_type == LP_SAMPLER_OP_FETCH) { in lp_build_sample_soa_code()
3741 op_type == LP_SAMPLER_OP_GATHER, in lp_build_sample_soa_code()
3890 op_type == LP_SAMPLER_OP_GATHER, in lp_build_sample_soa_code()
3907 if (target != PIPE_BUFFER && op_type != LP_SAMPLER_OP_GATHER) { in lp_build_sample_soa_code()
3982 enum lp_sampler_op_type op_type; in lp_build_sample_gen_func() local
3988 op_type = (sample_key & LP_SAMPLER_OP_TYPE_MASK) >> in lp_build_sample_gen_func()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp51 enum brw_reg_type op_type,
2163 enum brw_reg_type op_type, in test_saturate_prop() argument
2176 bld.CMP(bld.vgrf(op_type, 0), in test_saturate_prop()
2177 retype(dest, op_type), in test_saturate_prop()
2178 retype(zero, op_type), in test_saturate_prop()
2181 bld.MOV(bld.vgrf(op_type, 0), retype(dest, op_type)) in test_saturate_prop()
2211 EXPECT_EQ(op_type, instruction(block0, 1)->dst.type); in test_saturate_prop()
2212 EXPECT_EQ(op_type, instruction(block0, 1)->src[0].type); in test_saturate_prop()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c5399 uint32_t repeat_type, op_type; in compile_branch() local
6950 op_type = 0; in compile_branch()
7012 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7514 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7545 repeat_type += op_type; in compile_branch()
7584 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
/third_party/mbedtls/programs/ssl/
Dssl_server2.c1156 ssl_async_operation_type_t op_type, in ssl_async_start() argument
1165 const char *op_name = ssl_async_operation_names[op_type]; in ssl_async_start()
1208 ctx->operation_type = op_type; in ssl_async_start()
/third_party/ltp/scripts/
Dcheckpatch.pl5000 my $op_type = substr($curr_values, $off + 1, 1);
5006 if ($op_type ne 'V' &&