Searched refs:ldrexh (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 621 void ldrexh(Register dst, Register src, Condition cond = al);
|
H A D | assembler-arm.cc | 2196 void Assembler::ldrexh(Register dst, Register src, Condition cond) { in ldrexh() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 2486 void ldrexh(Condition cond, Register rt, const MemOperand& operand); 2487 void ldrexh(Register rt, const MemOperand& operand) { in ldrexh() function in vixl::aarch32::Assembler 2488 ldrexh(al, rt, operand); in ldrexh()
|
H A D | disasm-aarch32.h | 876 void ldrexh(Condition cond, Register rt, const MemOperand& operand);
|
H A D | assembler-aarch32.cc | 5917 void Assembler::ldrexh(Condition cond, Register rt, const MemOperand& operand) { in ldrexh() function in vixl::aarch32::Assembler 5940 Delegate(kLdrexh, &Assembler::ldrexh, cond, rt, operand); in ldrexh()
|
H A D | disasm-aarch32.cc | 1785 void Disassembler::ldrexh(Condition cond, in ldrexh() function in vixl::aarch32::Disassembler 10448 ldrexh(CurrentCond(), in DecodeT32() [all...] |
H A D | macro-assembler-aarch32.h | 2566 ldrexh(cond, rt, operand); in MacroAssembler()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 971 pinned, &Assembler::ldrexh, &Assembler::strexh, op); in AtomicBinop32() 1304 load = &Assembler::ldrexh; in AtomicCompareExchange()
|
Completed in 148 milliseconds