Home
last modified time | relevance | path

Searched refs:BIC (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h134 BIC = 14 << 21, // Bit Clear. enumerator
H A Dassembler-arm.cc1116 } else if (alu_insn == AND || alu_insn == BIC) { in FitsShifter()
1227 (opcode == BIC) || (opcode == EOR) || (opcode == ORR) || in AddrMode1()
1697 AddrMode1(cond | BIC | s, dst, src1, src2); in bic()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h596 BIC = AND | NOT,
628 BIC_w = LogicalShiftedFixed | BIC,
629 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
H A Dmacro-assembler-arm64-inl.h47 LogicalMacro(rd, rn, operand, BIC); in Bic()
H A Dassembler-arm64.cc925 Logical(rd, rn, operand, BIC); in bic()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c94 #define BIC 0xe1c00000 macro
1548 return push_inst(compiler, (!(flags & INV_IMM) ? AND : BIC) | (flags & SET_FLAGS) in emit_single_op()
1765 FAIL_IF(push_inst(compiler, (positive ? ORR : BIC) | RD(reg) | RN(reg) | imm2)); in generate_int()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h748 BIC = AND | NOT, enumerator
780 BIC_w = LogicalShiftedFixed | BIC,
781 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
H A Dmacro-assembler-aarch64.cc826 LogicalMacro(rd, rn, operand, BIC); in Emit()
H A Dsimulator-aarch64.cc9720 logical_op = BIC; in Simulator()
11136 SVEBitwiseLogicalUnpredicatedHelper(BIC, vform, result, zdn, zm); in Simulator()
H A Dassembler-aarch64.cc604 Logical(rd, rn, operand, BIC); in bic()
H A Dlogic-aarch64.cc7149 case BIC:
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc289 EmitType01(cond, o.type(), BIC, 0, rn, rd, o);
294 EmitType01(cond, o.type(), BIC, 1, rn, rd, o);
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2591 case BIC: { in DecodeType01()

Completed in 92 milliseconds