/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
genk-timing.py | 145 self.writeln(" var temp1 = X,") 150 second = "temp1"
|
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 100 LOperand* temp1, 292 Register temp1,
|
lithium-arm.cc | 1810 LOperand* temp1 = TempRegister(); local 1822 LOperand* temp1 = TempRegister(); local 1846 LOperand* temp1 = TempRegister(); local 1852 LOperand* temp1 = TempRegister(); local 2219 LOperand* temp1 = TempRegister(); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.h | 99 LOperand* temp1, 310 Register temp1,
|
lithium-mips.cc | 1757 LOperand* temp1 = TempRegister(); local 1769 LOperand* temp1 = TempRegister(); local 1793 LOperand* temp1 = TempRegister(); local 1799 LOperand* temp1 = TempRegister(); local 2166 LOperand* temp1 = TempRegister(); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 100 LOperand* temp1, 313 Register temp1,
|
lithium-mips64.cc | 1763 LOperand* temp1 = TempRegister(); local 1775 LOperand* temp1 = TempRegister(); local 1797 LOperand* temp1 = TempRegister(); local 2171 LOperand* temp1 = TempRegister(); local [all...] |
lithium-mips64.h | 1782 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final 2206 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final 2222 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 85 LOperand* temp1, 274 Register temp1,
|
lithium-x64.cc | 1275 LOperand* temp1 = FixedTemp(rax); local 1343 LOperand* temp1 = FixedTemp(rax); local 1415 LOperand* temp1 = FixedTemp(rax); local 1834 LOperand* temp1 = TempRegister(); local 1840 LOperand* temp1 = SmiValuesAre32Bits() ? NULL : TempRegister(); local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_DeblockingLuma_unsafe_s.s | 115 dQ_0t DN D22.U8 ;!!;Temp1 395 ;// dQ_0t-Temp1-22
|
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 151 dQ_0t DN D22.U8 ;!!;Temp1
|
/external/clang/test/CodeGenCXX/ |
type_visibility.cpp | 39 namespace temp1 { namespace
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s | 420 vaddl.u8 q7, d4, d6 @ temp1 = src[2_0] + src[3_0] 423 vmla.u16 q6, q7, q13 @ temp += temp1 * 20 424 vaddl.u8 q9, d5, d7 @ temp1 = src[2_0] + src[3_0] 427 vmla.u16 q7, q9, q13 @ temp += temp1 * 20
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 73 int temp1 =0,temp2 =0; local 139 temp1 = atoi(argv[3]); 142 if (((temp1%16) != 0) || ((temp2%16) != 0)) 148 encoder_context->input_width = temp1;
|
/external/libmpeg2/decoder/ |
impeg2d_vld.c | 1088 WORD32 temp, temp1; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationAPITest.java | 774 byte temp1[] = source.getBytes(); 775 byte temp2[] = new byte[temp1.length + 1]; 776 System.arraycopy(temp1, 0, temp2, 0, temp1.length); 777 temp2[temp1.length] = 0; [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationAPITest.java | 773 byte temp1[] = source.getBytes(); 774 byte temp2[] = new byte[temp1.length + 1]; 775 System.arraycopy(temp1, 0, temp2, 0, temp1.length); 776 temp2[temp1.length] = 0; [all...] |
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_matrix.inl | 341 __m128 Temp1 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(1, 1, 1, 1)); 342 __m128 Vec1 = _mm_shuffle_ps(Temp1, Temp1, _MM_SHUFFLE(2, 2, 2, 0)); 687 __m128 Temp1 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(1, 1, 1, 1)); 688 __m128 Vec1 = _mm_shuffle_ps(Temp1, Temp1, _MM_SHUFFLE(2, 2, 2, 0)); [all...] |
/art/compiler/optimizing/ |
intrinsics_mips.cc | 2093 Register temp1 = locations->GetTemp(0).AsRegister<Register>(); local [all...] |
intrinsics_mips64.cc | 1670 GpuRegister temp1 = locations->GetTemp(0).AsRegister<GpuRegister>(); local [all...] |
code_generator_mips64.cc | 644 GpuRegister temp1) 649 temp1_(temp1) { [all...] |
code_generator_arm_vixl.cc | 4583 vixl32::Register temp1 = RegisterFrom(locations->GetTemp(0)); local 6628 vixl32::Register temp1 = RegisterFrom(temp1_loc); local 7151 vixl32::Register temp1 = temps.Acquire(); local 7231 vixl32::DRegister temp1 = temps.AcquireD(); local [all...] |
code_generator_x86_64.h | 465 // non-null pointers (`temp1` and `temp2`). 472 CpuRegister* temp1 = nullptr,
|
/external/v8/src/crankshaft/ia32/ |
lithium-ia32.h | 610 LOperand* temp1, 614 temps_[0] = temp1; 620 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final 670 LOperand* temp1, 674 temps_[0] = temp1; 680 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final 731 LOperand* temp1, 736 temps_[0] = temp1; 743 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final [all...] |