/third_party/libuv/src/unix/ |
D | atomic-ops.h | 40 unsigned int op4; in UV_UNUSED() 42 (unsigned int*) ptr, *ptr, &op4)) in UV_UNUSED() 45 return op4; in UV_UNUSED()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 2518 bits<2> op17_16, bits<5> op11_7, bit op4, string OpcodeStr, 2520 : N2V<op24_23, op21_20, op19_18, op17_16, op11_7, 0, op4, (outs DPR:$Vd), 2524 bits<2> op17_16, bits<5> op11_7, bit op4, string OpcodeStr, 2526 : N2V<op24_23, op21_20, op19_18, op17_16, op11_7, 1, op4, (outs QPR:$Vd), 2532 bits<2> op17_16, bits<5> op11_7, bit op4, 2535 : N2V<op24_23, op21_20, op19_18, op17_16, op11_7, 0, op4, (outs DPR:$Vd), 2539 bits<2> op17_16, bits<5> op11_7, bit op4, 2542 : N2V<op24_23, op21_20, op19_18, op17_16, op11_7, 1, op4, (outs QPR:$Vd), 2582 bits<2> op17_16, bits<5> op11_7, bit op6, bit op4, 2585 : N2V<op24_23, op21_20, op19_18, op17_16, op11_7, op6, op4, (outs DPR:$Vd), [all …]
|
D | ARMInstrFormats.td | 1788 class ADbI<bits<5> opcod1, bits<2> opcod2, bit op6, bit op4, dag oops, 1810 let Inst{4} = op4; 1908 class ASbI<bits<5> opcod1, bits<2> opcod2, bit op6, bit op4, dag oops, dag iops, 1929 let Inst{4} = op4; 1963 class ASbIn<bits<5> opcod1, bits<2> opcod2, bit op6, bit op4, dag oops, 1966 : ASbI<opcod1, opcod2, op6, op4, oops, iops, itin, opc, asm, pattern> { 2041 class AHbI<bits<5> opcod1, bits<2> opcod2, bit op6, bit op4, dag oops, dag iops, 2063 let Inst{4} = op4; 2113 class AVConv1XI<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, bit op5, 2116 : AVConv1I<op1, op2, op3, op4, oops, iops, itin, opc, asm, pattern> { [all …]
|
D | ARMInstrVFP.td | 1675 class AVConv1XInsS_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, 1678 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern> { 1686 class AVConv1XInsD_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, 1689 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern> {
|
/third_party/boost/libs/yap/example/ |
D | autodiff_example.cpp | 189 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3); //op4 = op1 + op3 in BOOST_FIXTURE_TEST_SUITE() local 191 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5); //op6 = op4+op5 in BOOST_FIXTURE_TEST_SUITE() 234 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3);//op4 = op1 + op3 in build_linear_function2_manually() local 236 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5);//op6 = op4+op5 in build_linear_function2_manually() 278 OPNode* op4 = create_binary_op_node(OP_DIVID,op3,x3); in build_nl_function1_manually() local 280 OPNode* op6 = create_binary_op_node(OP_PLUS,op4,op5); in build_nl_function1_manually() 561 Node* op4 = create_binary_op_node(OP_PLUS,op1,op2); in BOOST_AUTO_TEST_CASE() local 562 Node* root = create_binary_op_node(OP_TIMES,op3,op4); in BOOST_AUTO_TEST_CASE()
|
/third_party/libdrm/freedreno/kgsl/ |
D | msm_kgsl.h | 384 unsigned int op4; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 658 unsigned int op4; member
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hevcdsp_idct_neon.S | 400 .macro add_member in, t0, t1, t2, t3, t4, t5, t6, t7, op0, op1, op2, op3, op4, op5, op6, op7, p 405 sum_sub v25.4s, \in, \t4, \op4, \p
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp3dsp.asm | 483 SHIFT(m4) ; xmm4 = op4
|
/third_party/quickjs/ |
D | quickjs.c | 30447 #define M4(op1, op2, op3, op4) ((op1) | ((op2) << 8) | ((op3) << 16) | ((op4) << 24)) argument
|