Searched defs:eor (Results 1 - 4 of 4) 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/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h59 : eor(WTF::Unicode::OtherNeutral)
66 : eor(eorDir)
73 WTF::Unicode::Direction eor; member in struct:WebCore::BidiStatus
96 return status1.eor == status2.eor && status1.last == status2.last && status1.lastStrong == status2.lastStrong && *(status1.context) == *(status2.context);
173 void setEorDir(WTF::Unicode::Direction eorDir) { m_status.eor = eorDir; }
200 // sor and eor are "start of run" and "end of run" respectively and correpond
249 m_status.eor = WTF::Unicode::OtherNeutral;
266 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
285 // bidi.sor ... bidi.eor
[all...]
/external/icu4c/common/
H A Dubidi.c1010 until proven that there is L or sor/eor on both sides. AN is handled like EN.
1411 DirProp sor, DirProp eor) {
1454 gprop=eor;
1489 /* there is an unprocessed sequence if its property == eor */
1519 processPropertySeq(pBiDi, &levState, eor, limit, limit);
1954 /* sor, eor: start and end types of same-level-run */
1958 DirProp sor, eor; local
1960 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
1964 eor
1409 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) argument
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h959 void eor(RegisterID rd, RegisterID rn, ARMThumbImmediate imm) function in namespace:JSC::ARMRegisters
968 void eor(RegisterID rd, RegisterID rn, RegisterID rm, ShiftTypeAndAmount shift) function in namespace:JSC::ARMRegisters
977 void eor(RegisterID rd, RegisterID rn, RegisterID rm) function in namespace:JSC::ARMRegisters
984 eor(rd, rn, rm, ShiftTypeAndAmount());

Completed in 100 milliseconds