Home
last modified time | relevance | path

Searched refs:ANDS (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h601 ANDS = 0x60000000,
602 BICS = ANDS | NOT
616 ANDS_w_imm = LogicalImmediateFixed | ANDS,
617 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits
643 ANDS_w = LogicalShiftedFixed | ANDS,
644 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits,
H A Dinstructions-arm64.h270 // Of the logical (immediate) instructions, only ANDS (and its aliases) in RdMode()
274 if (Mask(LogicalImmediateMask & LogicalOpMask) == ANDS) { in RdMode()
H A Dmacro-assembler-arm64-inl.h35 LogicalMacro(rd, rn, operand, ANDS); in Ands()
40 LogicalMacro(AppropriateZeroRegFor(rn), rn, operand, ANDS); in Tst() local
H A Dmacro-assembler-arm64.cc195 case ANDS: // Fall through. in LogicalMacro()
213 case ANDS: // Fall through. in LogicalMacro()
H A Dassembler-arm64.cc916 Logical(rd, rn, operand, ANDS); in ands()
3767 Instr dest_reg = (op == ANDS) ? Rd(rd) : RdSP(rd); in LogicalImmediate()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h753 ANDS = 0x60000000, enumerator
754 BICS = ANDS | NOT
768 ANDS_w_imm = LogicalImmediateFixed | ANDS,
769 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits
795 ANDS_w = LogicalShiftedFixed | ANDS,
796 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits,
H A Dinstructions-aarch64.h610 // Of the logical (immediate) instructions, only ANDS (and its aliases) in GetRdMode()
614 if (Mask(LogicalImmediateMask & LogicalOpMask) == ANDS) { in GetRdMode()
H A Dmacro-assembler-aarch64.cc812 LogicalMacro(rd, rn, operand, ANDS); in Emit()
918 case ANDS: in Emit()
937 case ANDS: in Emit()
H A Dassembler-aarch64.cc592 Logical(rd, rn, operand, ANDS); in ands()
6088 Instr dest_reg = (op == ANDS) ? Rd(rd) : RdSP(rd);
H A Dsimulator-aarch64.cc4040 case ANDS: in Simulator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h60 ANDS,
H A DAArch64ISelLowering.cpp1255 case AArch64ISD::ANDS: return "AArch64ISD::ANDS"; in getTargetNodeName()
1740 // (a.k.a. ANDS) except that the flags are only guaranteed to work for one in emitComparison()
1742 Opcode = AArch64ISD::ANDS; in emitComparison()
5037 // Don't combine AND since emitComparison converts the AND to an ANDS in LowerBR_CC()
5047 // Don't combine AND since emitComparison converts the AND to an ANDS in LowerBR_CC()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c109 #define ANDS 0x4000 macro
881 return push_inst16(compiler, ANDS | RD3(dst) | RN3(arg2)); in emit_op_imm()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1898 case ANDS:

Completed in 97 milliseconds