Searched defs:eor (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s46 eor r2, r2, #6 label
47 eor r2, #6 label
48 eor r2, r2, r3 label
49 eor r2, r3 label
51 @ CHECK: eor r2, r2, #6 @ encoding: [0x06,0x20,0x22,0xe2]
52 @ CHECK: eor r2, r2, #6 @ encoding: [0x06,0x20,0x22,0xe2]
53 @ CHECK: eor r2, r2, r3 @ encoding: [0x03,0x20,0x22,0xe0]
54 @ CHECK: eor r2, r2, r3 @ encoding: [0x03,0x20,0x22,0xe0]
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s262 eor w0, w0, w0, lsl #32 label
264 ; CHECK-ERRORS: eor w0, w0, w0, lsl #32
/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S235 eor r4,r4,r2 label
/external/icu/icu4c/source/common/
H A Dubidi.c1609 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2102 DirProp sor, DirProp eor) {
2166 gprop=eor;
2204 /* there is an unprocessed sequence if its property == eor */
2238 eor=firstStrong;
2253 processPropertySeq(pBiDi, &levState, eor, limit, limit);
2723 /* sor, eor: start and end types of same-level-run */
2727 DirProp sor, eor; local
2729 /* determine the first sor and set eor to it because of the loop body (sor=eor ther
2100 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java2910 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3337 private void resolveImplicitLevels(int start, int limit, short sor, short eor) argument
3402 gprop = eor;
3439 /* there is an unprocessed sequence if its property == eor */
3472 eor = firstStrong;
3492 processPropertySeq(levState, eor, limit, limit);
4088 /* sor, eor: start and end types of same-level-run */
4091 short sor, eor;
4093 /* determine the first sor and set eor to it because of the loop body (sor=eor ther
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2946 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3373 private void resolveImplicitLevels(int start, int limit, short sor, short eor) argument
3438 gprop = eor;
3475 /* there is an unprocessed sequence if its property == eor */
3508 eor = firstStrong;
3528 processPropertySeq(levState, eor, limit, limit);
4127 /* sor, eor: start and end types of same-level-run */
4130 short sor, eor;
4132 /* determine the first sor and set eor to it because of the loop body (sor=eor ther
[all...]
/external/v8/src/arm/
H A Dassembler-arm.cc1425 void Assembler::eor(Register dst, Register src1, const Operand& src2, function in class:v8::internal::Assembler
/external/v8/src/arm64/
H A Dassembler-arm64.cc1233 void Assembler::eor(const Register& rd, function in class:v8::internal::Assembler
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc1222 LogicVRegister Simulator::eor(VectorFormat vform, function in class:vixl::Simulator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 480 milliseconds