Home
last modified time | relevance | path

Searched refs:strex (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/
H A Darmv4cpuid.S20 strex r2,r3,[r0]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/
H A Darmv4cpuid.S20 strex r2,r3,[r0]
/third_party/node/deps/openssl/openssl/crypto/
H A Darmv4cpuid.pl44 strex r2,r3,[r0]
/third_party/openssl/crypto/
H A Darmv4cpuid.pl44 strex r2,r3,[r0]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.h293 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress,
296 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress, in strex() function
299 strex(OpRd, OpRt, OpAddress, Cond, TInfo); in strex()
H A DIceInstARM32.cpp2743 static constexpr char Opcode[] = "strex"; in emit()
2756 Asm->strex(Dest, Src0, getSrc(1), getPredicate(), Func->getTarget()); in emitIAS()
2769 dumpOpcodePred(Str, "strex", Ty); in dump()
H A DIceAssemblerARM32.cpp1952 void AssemblerARM32::strex(const Operand *OpRd, const Operand *OpRt,
1968 // strex<c> <Rd>, <Rt>, [<Rn>]
1978 constexpr const char *StrexName = "strex";
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc791 // strex in DecodeType01()
792 // The instruction is documented as strex rd, rt, [rn], but the in DecodeType01()
796 Format(instr, "strex'cond 'rd, 'rm, ['rn]"); in DecodeType01()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h618 void strex(Register src1, Register src2, Register dst, Condition cond = al);
H A Dassembler-arm.cc2159 void Assembler::strex(Register src1, Register src2, Register dst, in strex() function in v8::internal::Assembler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h580 // Moved to ARM::AssemblerARM32::strex();
581 void strex(Register rd, Register rt, Register rn, Condition cond = AL);
H A Dassembler_arm.cc553 // Moved to ARM::AssemblerARM32::strex();
554 void Assembler::strex(Register rd, Register rt, Register rn, Condition cond) {
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3454 void strex(Condition cond,
3458 void strex(Register rd, Register rt, const MemOperand& operand) { in strex() function in vixl::aarch32::Assembler
3459 strex(al, rd, rt, operand); in strex()
H A Ddisasm-aarch32.h1298 void strex(Condition cond,
H A Dassembler-aarch32.cc11832 void Assembler::strex(Condition cond, in strex() function in vixl::aarch32::Assembler
11862 Delegate(kStrex, &Assembler::strex, cond, rd, rt, operand); in strex()
H A Ddisasm-aarch32.cc3116 void Disassembler::strex(Condition cond, in strex() function in vixl::aarch32::Disassembler
9983 strex(CurrentCond(), in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h5397 strex(cond, rd, rt, operand); in MacroAssembler()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h980 pinned, &Assembler::ldrex, &Assembler::strex, op); in AtomicBinop32()
1322 store = &Assembler::strex; in AtomicCompareExchange()

Completed in 168 milliseconds