Searched refs:Strex (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 418 Strex, enumerator 1353 static bool classof(const Inst *Instr) { return isClassof(Instr, Strex); } in classof()
|
H A D | IceInstARM32.cpp | 1495 : InstARM32Pred(Func, InstARM32::Strex, 2, Dest, Predicate) { in InstARM32Strex()
|
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 3005 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 D | ARMISelLowering.cpp | 16952 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 D | macro-assembler-aarch32.h | 5382 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