Home
last modified time | relevance | path

Searched defs:op1 (Results 1 - 25 of 89) sorted by relevance

1234

/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dutil.h29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt() argument
44 inline bool AddInt32(int32_t op1, int32_t op2, int32_t& res) in AddInt32() argument
49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t& res) in AddInt64() argument
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_regalloc.cpp90 Temp op1 = bld.pseudo(aco_opcode::p_unit_test, bld.def(s2)); variable
H A Dtest_optimizer.cpp267 Temp create_subbrev_co(Operand op0, Operand op1, Operand op2) in create_subbrev_co() argument
/third_party/json/tests/src/
H A Dunit-json_patch.cpp27 json op1 = R"({ "op": "add", "path": "/a/b/c", "value": "foo" })"_json; variable
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h111 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd() argument
115 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd() argument
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_dump_service.cpp63 const char *op1 = HdfSbufReadString(data); in GetDumpEvent() local
H A Ddisplay_dump_vdi.cpp115 const char *op1 = HdfSbufReadString(data); in GetDumpVdiEvent() local
/foundation/multimodalinput/input/util/common/include/
H A Dutil.h84 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() argument
99 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument
104 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion() argument
91 nir_op op1 = get_conversion_op(src_type, src_bit_size, in lower_alu_instr() local
117 nir_op op1 = get_conversion_op(src_type, src_bit_size, dst_type, 32, in lower_alu_instr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp112 auto op1 = Data.getULEB128(Offset); in parse() local
122 auto op1 = Data.getULEB128(Offset); in parse() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp31 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
70 RunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
87 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c642 bool gpir_codegen_acc_same_op(gpir_op op1, gpir_op op2) in gpir_codegen_acc_same_op() argument
/base/msdp/device_status/utils/common/include/
H A Dutil.h85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt() argument
100 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument
105 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument
111 bool MultiplyInt(T op1, argument
138 MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) MultiplyInt32() argument
143 MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) MultiplyInt64() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h256 Opcode op1 = Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(pc)); in target_address_at() local
318 Opcode op1 = Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(pc)); in set_target_address_at() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfolding_rules.cpp410 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() local
473 uint32_t op1 = in MergeNegateAddSubArithmetic() local
[all...]
H A Dir_builder.h294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() argument
306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() argument
320 AddSLessThan(uint32_t op1, uint32_t op2) AddSLessThan() argument
334 AddLessThan(uint32_t op1, uint32_t op2) AddLessThan() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfolding_rules.cpp410 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() local
473 uint32_t op1 = in MergeNegateAddSubArithmetic() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dfolding_rules.cpp421 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() local
487 uint32_t op1 = in MergeNegateAddSubArithmetic() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp229 reassociate_operands(ir_expression *ir1, int op1, ir_expression *ir2, int op2) reassociate_operands() argument
H A Dir_constant_expression.cpp45 dot_f(ir_constant *op0, ir_constant *op1) in dot_f() argument
57 dot_d(ir_constant *op0, ir_constant *op1) in dot_d() argument
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c418 GLuint op1 = curProg->Instructions[j][i].Opcode[1]; in _mesa_EndFragmentShaderATI() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp104 r600_umad_24(nir_builder *b, nir_ssa_def *op1, nir_ssa_def *op2, nir_ssa_def *op3) in r600_umad_24() argument
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc735 auto* op1 = machine()->Word32Shr(); in LowerNode() local

Completed in 25 milliseconds

1234