Home
last modified time | relevance | path

Searched refs:EOR (Results 1 – 25 of 27) sorted by relevance

12

/third_party/e2fsprogs/lib/ss/
Dct_c.sed17 # EOR
107 /^;/b EOR
134 /^)/ b EOR
149 : EOR
151 EOR\
Dct_c.awk40 /^EOR/ {
/third_party/musl/include/arpa/
Dtelnet.h20 #define EOR 239 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtelnet.h20 #define EOR 239 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtelnet.h20 #define EOR 239 macro
/third_party/musl/ndk_musl_include/arpa/
Dtelnet.h20 #define EOR 239 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtelnet.h20 #define EOR 239 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedExynosM5.td632 def : InstRW<[M5WriteAXW], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)Wrs$")>;
633 def : InstRW<[M5WriteAXX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)Xrs$")>;
690 def : InstRW<[M5WriteLGW], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?[BHW]$")>;
691 def : InstRW<[M5WriteLGX], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?X$")>;
788 def : InstRW<[M5WriteNALU2], (instregex "^(AND|BIC|EOR|NOT|ORN|ORR)v")>;
DAArch64SchedFalkorDetails.td660 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^(AND|ORR|ORN|BIC|EOR)v8i8$")>;
724 def : InstRW<[FalkorWr_2VXVY_1cyc], (instregex "^(AND|ORR|ORN|BIC|EOR)v16i8$")>;
898 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^EOR(W|X)r(i|r|s)$")>;
DAArch64SchedExynosM3.td496 def : InstRW<[M3WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>;
616 def : InstRW<[M3WriteNALU1], (instregex "^(AND|BIC|EOR|MVNI|NOT|ORN|ORR)v")>;
DAArch64SchedExynosM4.td594 def : InstRW<[M4WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>;
740 def : InstRW<[M4WriteNALU1], (instregex "^(AND|BIC|EOR|NOT|ORN|ORR)v")>;
DAArch64.td216 "CPU fuses AES/PMULL and EOR operations">;
DAArch64SchedCyclone.td411 // AND,BIC,CMTST,EOR,ORN,ORR
DAArch64SchedThunderX2T99.td1231 // ASIMD logical (AND, BIC, EOR)
1353 (instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|" #
DAArch64SchedKryoDetails.td435 …(instregex "((AND|ORN|EOR|EON)S?(Wr[rsi]|v8i8|v4i16|v2i32)|(ORR|BIC)S?(Wr[rs]|v8i8|v4i16|v2i32))")…
441 …(instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|(ORR|BIC)S?(Xr[rs]|v16i8|v8i16|v4i32))…
DAArch64InstrInfo.td1571 defm EOR : LogicalImm<0b10, "eor", xor, "eon">;
1592 defm EOR : LogicalReg<0b10, 0, "eor", xor>;
3948 defm EOR : SIMDLogicalThreeVector<1, 0b00, "eor", xor>;
/third_party/flutter/skia/third_party/externals/wuffs/std/lzw/
DREADME.md100 0x107 RN 0x10F EOR 0x105 R 2 0 2 - EOR
/third_party/python/Lib/
Dtelnetlib.py97 EOR = bytes([25]) # end or record variable
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_32.c97 #define EOR 0xe0200000 macro
1247 …return push_inst(compiler, EOR | (flags & SET_FLAGS) | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? s… in emit_single_op()
2612 ins = (op == SLJIT_AND ? AND : (op == SLJIT_OR ? ORR : EOR)); in sljit_emit_op_flags()
DsljitNativeARM_64.c86 #define EOR 0xca000000 macro
825 FAIL_IF(push_inst(compiler, (EOR ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2))); in emit_op_imm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp1524 auto EOR = buildMI(MBB, MBBI, AVR::EORRdRr) in expand() local
1530 EOR->getOperand(3).setIsDead(); in expand()
DAVRInstrInfo.td1753 // Alias for EOR Rd, Rd
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td130 // AND,BIC,EOR,ORN,ORR
DARMScheduleA57.td183 // ADD{S}, ADC{S}, ADR, AND{S}, BIC{S}, CMN, CMP, EOR{S}, ORN{S}, ORR{S},
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc186 EmitType01(cond, o.type(), EOR, 0, rn, rd, o);

12