Home
last modified time | relevance | path

Searched defs:op3 (Results 1 – 19 of 19) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_armclang_ltm.h1696 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8()
1766 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD()
1774 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX()
1832 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD()
1840 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX()
1916 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
Dcmsis_gcc.h1941 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8()
2036 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD()
2044 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX()
2102 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD()
2110 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX()
2197 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
Dcmsis_armclang.h1491 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp127 T min3(T op1, T op2, T op3) in min3()
133 T max3(T op1, T op2, T op3) in max3()
139 T mid3(T op1, T op2, T op3) in mid3()
358 char* op3 = inputByte + m_operandSize * 2u; in calculateResult() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp127 T min3(T op1, T op2, T op3) in min3()
133 T max3(T op1, T op2, T op3) in max3()
139 T mid3(T op1, T op2, T op3) in mid3()
358 char* op3 = inputByte + m_operandSize * 2u; in calculateResult() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
/third_party/json/test/src/
Dunit-json_patch.cpp47 json op3 = R"({ "value": "foo", "path": "/a/b/c", "op": "add" })"_json; variable
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_idct_neon.S746 .macro add_member32 in, t0, t1, t2, t3, op0, op1, op2, op3
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
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()
/third_party/mesa3d/src/compiler/glsl/
Dir.cpp188 ir_rvalue *op2, ir_rvalue *op3) in ir_expression()
/third_party/libdrm/freedreno/kgsl/
Dmsm_kgsl.h383 unsigned int op3; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp2640 Value *op3[2] = { NULL, NULL }; in split64MulMad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp3259 auto op3 = db.names.back().move_full(); in parse_expression() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp2546 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
/third_party/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h685 unsigned int op3; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp6077 uint32_t op2, uint32_t op3, const char *op) in emit_quaternary_func_op()
6092 uint32_t op2, uint32_t op3, const char *op, in emit_bitfield_insert_op()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c585 const struct dxil_value *op3) in emit_quaternary_call()