Home
last modified time | relevance | path

Searched refs:Strex (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h418 Strex, enumerator
1353 static bool classof(const Inst *Instr) { return isClassof(Instr, Strex); } in classof()
H A DIceInstARM32.cpp1495 : InstARM32Pred(Func, InstARM32::Strex, 2, Dest, Predicate) { in InstARM32Strex()
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc3005 MUST_FAIL_TEST_BOTH(Strex(r0, r1, MemOperand(r0, 1)), in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16952 Function *Strex = Intrinsic::getDeclaration(M, Int); in emitStoreConditional() local
16960 return Builder.CreateCall(Strex, {Lo, Hi, Addr}); in emitStoreConditional()
16965 Function *Strex = Intrinsic::getDeclaration(M, Int, Tys); in emitStoreConditional() local
16968 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()
16969 Val, Strex->getFunctionType()->getParamType(0)), in emitStoreConditional()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h5382 void Strex(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
5399 void Strex(Register rd, Register rt, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
5400 Strex(al, rd, rt, operand); in MacroAssembler()

Completed in 60 milliseconds