Searched defs:d22 (Results 1 - 14 of 14) sorted by relevance

/external/capstone/suite/MC/AArch64/
H A Dneon-scalar-recip.s.cs3 0xd6,0xff,0x75,0x5e = frecps d22, d30, d21
5 0xc8,0xfe,0xf2,0x5e = frsqrts d8, d22, d18 external variable declarations
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dstream_assignment_test.cc82 // d20 d21 d22 -- layer 2
104 HloInstruction* d22 = builder.AddInstruction( local
109 HloInstruction::CreateBinary(f32_2x2_, HloOpcode::kDot, d21, d22));
124 assignment->StreamNumberForHlo(*d22));
126 assignment->StreamNumberForHlo(*d22));
H A Dhlo_schedule_test.cc250 // d20 d21 d22 -- layer 2
272 HloInstruction* d22 = builder.AddInstruction( local
277 HloInstruction::CreateBinary(f32_2x2_, HloOpcode::kDot, d21, d22));
292 streams->StreamNumberForHlo(*d22));
294 streams->StreamNumberForHlo(*d22));
306 const HloVec all_ops({d00, d10, d11, d20, d21, d22, d30, d31, d40});
325 if (op != d00 && op != d11 && op != d22) {
337 if (op == d22 || op == d31 || op == d40) {
358 if (op == d21 || op == d22 || op == d30 || op == d31 || op == d40) {
377 EXPECT_TRUE(order->ExecutesBefore(d22, o
[all...]
/external/capstone/suite/MC/ARM/
H A Dfp-armv8.s.cs35 0xae,0x5b,0x86,0xfe = vmaxnm.f64 d5, d22, d30 external variable declarations
H A Dneont2-pairwise-encoding.s.cs36 0x67,0xff,0xa0,0x6f = vpmin.f32 d22, d23, d16
39 0x26,0xef,0x8f,0x5a = vpmax.s32 d5, d22, d15 external variable declarations
H A Dthumb-fp-armv8.s.cs35 0x86,0xfe,0xae,0x5b = vmaxnm.f64 d5, d22, d30 external variable declarations
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py236 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
237 d22(1, 2)
238 d22(1, 2, 3)
239 d22(1, 2, 3, 4)
H A Dpy3_test_grammar.py224 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
225 d22(1, 2)
226 d22(1, 2, 3)
227 d22(1, 2, 3, 4)
/external/python/cpython2/Lib/test/
H A Dtest_grammar.py239 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
240 d22(1, 2)
241 d22(1, 2, 3)
242 d22(1, 2, 3, 4)
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py236 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
237 d22(1, 2)
238 d22(1, 2, 3)
239 d22(1, 2, 3, 4)
H A Dpy3_test_grammar.py224 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.testFuncdef
225 d22(1, 2)
226 d22(1, 2, 3)
227 d22(1, 2, 3, 4)
/external/python/cpython3/Lib/test/
H A Dtest_grammar.py499 def d22(a, b, c=1, d=2): pass function in function:GrammarTests.test_funcdef
500 d22(1, 2)
501 d22(1, 2, 3)
502 d22(1, 2, 3, 4)
/external/v8/src/arm/
H A Dsimulator-arm.h127 d16, d17, d18, d19, d20, d21, d22, d23, enumerator in enum:v8::internal::Simulator::Register
/external/v8/src/ppc/
H A Dsimulator-ppc.h162 d22, enumerator in enum:v8::internal::Simulator::Register

Completed in 906 milliseconds