/external/elfutils/libelf/ |
exttypes.h | 75 Move32 (Ext_);
|
abstract.h | 278 #define Move32(Ext) \
|
/external/icu/icu4c/source/common/ |
normlzr.cpp | 26 #if defined(_ARM64_) && defined(move32) 27 // System can define move32 intrinsics, but the char iters define move32 method 29 #undef move32 macro 493 text->move32(-1, CharacterIterator::kCurrent);
|
uchriter.cpp | 322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
|
/external/icu/icu4c/source/test/intltest/ |
citrtest.cpp | 104 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator 570 i=iter.move32(1, CharacterIterator::kStart); 573 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) ); 575 i=iter.move32(2, CharacterIterator::kCurrent); 578 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i); 580 i=iter.move32(-2, CharacterIterator::kCurrent); 583 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i); 586 i=iter.move32(-2, CharacterIterator::kEnd); 589 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i); 1119 virtual int32_t move32(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter [all...] |
/external/icu/icu4c/source/common/unicode/ |
chariter.h | 263 * it.move32(3, CharacterIterator::kStart); 361 * Origin enumeration for the move() and move32() functions. 610 #ifdef move32 612 #undef move32 macro 614 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
|
uchriter.h | 337 #ifdef move32 339 #undef move32 macro 341 virtual int32_t move32(int32_t delta, EOrigin origin);
|
unistr.h | [all...] |
/art/compiler/optimizing/ |
code_generator_x86.h | 390 void Move32(Location destination, Location source);
|
code_generator_x86.cc | 240 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); 286 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); 357 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); [all...] |
code_generator_arm_vixl.h | 475 void Move32(Location destination, Location source); [all...] |
code_generator_arm_vixl.cc | 555 arm_codegen->Move32(locations->Out(), LocationFrom(r0)); 597 arm_codegen->Move32(locations->Out(), LocationFrom(r0)); 642 arm_codegen->Move32(locations->Out(), LocationFrom(r0)); [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
convolve.cpp | 173 s = 0; move32 ();
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
micromips.s | 101 move32 $2, $22 102 move32 $22, $2 [all...] |