/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_armclang_ltm.h | 1702 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8() 1772 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD() 1780 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX() 1838 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD() 1846 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX() 1922 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
|
D | cmsis_gcc.h | 1947 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8() 2042 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD() 2050 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX() 2108 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD() 2116 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX() 2203 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
|
D | cmsis_tiarmclang.h | 1498 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA()
|
D | cmsis_armclang.h | 1498 __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/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 127 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/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 77 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/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 77 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/ |
D | amd_ext_to_khr.cpp | 77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local 114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
D | disasm-arm.cc | 1906 int op3 = instr->Bit(6); in DecodeFloatingPointDataProcessing() local 2240 int op3 = instr->Bit(6); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
|
/third_party/json/tests/src/ |
D | unit-json_patch.cpp | 29 json op3 = R"({ "value": "foo", "path": "/a/b/c", "op": "add" })"_json; variable
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_idct_neon.S | 746 .macro add_member32 in, t0, t1, t2, t3, op0, op1, op2, op3
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 104 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/ |
D | ir.cpp | 188 ir_rvalue *op2, ir_rvalue *op3) in ir_expression()
|
/third_party/libdrm/freedreno/kgsl/ |
D | msm_kgsl.h | 383 unsigned int op3; member
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 2495 T FPProcessNaNs3(T op1, T op2, T op3) { in FPProcessNaNs3()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 2640 Value *op3[2] = { NULL, NULL }; in split64MulMad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 3259 auto op3 = db.names.back().move_full(); in parse_expression() local
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1777 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 685 unsigned int op3; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 6077 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/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 4377 int op3 = instr->Bit(6); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 585 const struct dxil_value *op3) in emit_quaternary_call()
|