Searched refs:R32 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/TableGen/ |
D | Tree.td | 11 def R32 : RegisterClass; 17 def ADDrr32 : Inst<(set R32, (plus R32, R32))>; // a = b + c 18 def ADDri32 : Inst<(set R32, (plus R32, imm))>; // a = b + imm
|
D | TreeNames.td | 11 def R32 : RegisterClass; 17 def ADDrr32 : Inst<(set R32, (plus R32:$A, R32:$def))>;
|
D | TargetInstrInfo.td | 37 def R32 : RegisterClass; 108 def SHL32rCL : Inst<(ops R32:$dst, R32:$src), 110 [(set R32:$dst, (shl R32:$src, CL))]>; 117 [(set R32:$tmp1, (load addr:$addr)), 118 (set R32:$tmp2, (xor R32:$tmp1, imm32:$imm)), 119 (store addr:$addr, R32:$tmp2)]>; 126 def AND32mr : Inst<(ops addr:$addr, R32:$src), 131 R32:$src)
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
D | control | 37 gs://chromeos-image-archive/parrot-release/R32-4793.0.0&\ 41 parrot-release/R32-4793.0.0/autotest/packages" 46 parrot-release/R32-4793.0.0/autotest/packages" --fast \
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btBoxBoxDetector.cpp | 271 btScalar A[3],B[3],R11,R12,R13,R21,R22,R23,R31,R32,R33, in dBoxBox2() local 290 R31 = dDOT44(R1+2,R2+0); R32 = dDOT44(R1+2,R2+1); R33 = dDOT44(R1+2,R2+2); in dBoxBox2() 294 Q31 = btFabs(R31); Q32 = btFabs(R32); Q33 = btFabs(R33); in dBoxBox2() 364 TST(pp[2]*R22-pp[1]*R32,(A[1]*Q32+A[2]*Q22+B[0]*Q13+B[2]*Q11),0,-R32,R22,8); in dBoxBox2() 369 TST(pp[0]*R32-pp[2]*R12,(A[0]*Q32+A[2]*Q12+B[0]*Q23+B[2]*Q21),R32,0,-R12,11); in dBoxBox2()
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-05-08-CoalesceSubRegClass.ll | 1 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
|
/external/autotest/site_utils/autoupdate/ |
D | release_config.ini | 47 next_branch: R32
|
/external/autotest/docs/ |
D | test-that.md | 90 test_that -b peach_pit :lab: suite:pyauto_perf -i 'peach_pit-release/R32-4763.0.0'
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1385 bool R32 = MRI->getRegClass(NewR) == &Hexagon::IntRegsRegClass; in generateInserts() local 1386 const MCInstrDesc &D = R32 ? HII->get(Hexagon::S2_insert) in generateInserts() 1391 if (R32 && MRI->getRegClass(IF.InsR) == &Hexagon::DoubleRegsRegClass) { in generateInserts()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 536 /// (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 329 #define R32(this) r32(&(this), (sizeof (this))/(sizeof (png_uint_32))) macro 8234 R32(data.filler); in image_transform_png_set_filler_set() 8307 R32(data.filler); in image_transform_png_set_add_alpha_set()
|