Searched defs:eor (Results 1 - 15 of 15) 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/swiftshader/third_party/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.S237 eor r4,r4,r2 label
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.c180 u32 eor = le32_to_cpu(desc->size) & RingEnd; local
183 desc->size = cpu_to_le32((RX_BUF_SIZE & RX_BUF_MASK) | eor);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc540 void Assembler::eor(const Register& rd, function in class:vixl::aarch64::Assembler
2690 V(eor, NEON_EOR, vd.Is8B() || vd.Is16B()) \
H A Dlogic-aarch64.cc1253 LogicVRegister Simulator::eor(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/icu/icu4c/source/common/
H A Dubidi.cpp1638 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2131 DirProp sor, DirProp eor) {
2195 gprop=eor;
2233 /* there is an unprocessed sequence if its property == eor */
2267 eor=firstStrong;
2282 processPropertySeq(pBiDi, &levState, eor, limit, limit);
2752 /* sor, eor: start and end types of same-level-run */
2756 DirProp sor, eor; local
2758 /* determine the first sor and set eor to it because of the loop body (sor=eor ther
2129 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.java2936 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3363 private void resolveImplicitLevels(int start, int limit, short sor, short eor) argument
3428 gprop = eor;
3465 /* there is an unprocessed sequence if its property == eor */
3498 eor = firstStrong;
3518 processPropertySeq(levState, eor, limit, limit);
4116 /* sor, eor: start and end types of same-level-run */
4119 short sor, eor;
4121 /* 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.java2970 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3397 private void resolveImplicitLevels(int start, int limit, short sor, short eor) argument
3462 gprop = eor;
3499 /* there is an unprocessed sequence if its property == eor */
3532 eor = firstStrong;
3552 processPropertySeq(levState, eor, limit, limit);
4153 /* sor, eor: start and end types of same-level-run */
4156 short sor, eor;
4158 /* determine the first sor and set eor to it because of the loop body (sor=eor ther
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64.cc1235 void Assembler::eor(const Register& rd, function in class:v8::internal::Assembler
/external/v8/src/arm/
H A Dassembler-arm.cc1515 void Assembler::eor(Register dst, Register src1, const Operand& src2, function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc4172 void Assembler::eor(Condition cond, function in class:vixl::aarch32::Assembler
4257 Delegate(kEor, &Assembler::eor, cond, size, rd, rn, operand);
H A Dassembler-aarch32.h2161 void eor(Condition cond,
2166 void eor(Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::Assembler
2167 eor(al, Best, rd, rn, operand);
2169 void eor(Condition cond, Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::Assembler
2170 eor(cond, Best, rd, rn, operand);
2172 void eor(EncodingSize size, function in class:vixl::aarch32::Assembler
2176 eor(al, size, rd, rn, operand);
H A Ddisasm-aarch32.cc1451 void Disassembler::eor(Condition cond, function in class:vixl::aarch32::Disassembler
7310 eor(CurrentCond(),
8681 eor(CurrentCond(), Best, Register(rd), Register(rn), imm);
19275 eor(CurrentCond(),
19304 eor(CurrentCond(),
19314 eor(CurrentCond(),
[all...]

Completed in 532 milliseconds