Home
last modified time | relevance | path

Searched refs:ANDS (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleR52.td308 def : InstRW<[R52WriteALU_EX2, R52Read_EX1], (instregex "AD(C|D)S?ri", "ANDS?ri",
314 "ANDS?rr", "BICS?rr", "CRC", "EORrr", "ORRrr", "RSBrr", "RSCrr", "SBCrr",
318 "ANDS?rsi", "BICS?rsi", "EORrsi", "ORRrsi", "RSBrsi", "RSCrsi", "SBCrsi",
322 (instregex "AD(C|D)S?rsr", "ANDS?rsr", "BICS?rsr", "EORrsr", "MVNS?sr",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h60 ANDS, enumerator
DAArch64SchedThunderX2T99.td424 "AND?(W|X)r(i|r|s|x)", "ANDS?(W|X)r(i|r|s|x)",
446 "AND?(W|X)r(i|r|s|x)", "ANDS?(W|X)r(i|r|s|x)",
465 "AND?(W|X)r(i|r|s|x)", "ANDS?(W|X)r(i|r|s|x)",
DAArch64InstrInfo.td411 def AArch64and_flag : SDNode<"AArch64ISD::ANDS", SDTBinaryArithWithFlagsOut,
1569 defm ANDS : LogicalImmS<0b11, "ands", AArch64and_flag, "bics">;
1584 defm ANDS : LogicalRegS<0b11, 0, "ands", AArch64and_flag>;
DAArch64ISelLowering.cpp1255 case AArch64ISD::ANDS: return "AArch64ISD::ANDS"; in getTargetNodeName()
1742 Opcode = AArch64ISD::ANDS; in emitComparison()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_T2_32.c107 #define ANDS 0x4000 macro
840 return push_inst16(compiler, ANDS | RD3(dst) | RN3(arg2)); in emit_op_imm()