Home
last modified time | relevance | path

Searched defs:vorr (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemcmp.S77vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are eq… define
78vorr d5, d2, d3 @ d5: Save the result of calculating whether the last 16 bytes are equ… define
79vorr d6, d4, d5 @ d6: Save the result of 32 bytes calculation whether they are equal. define
149 vorr d4, d0, d1 define
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_neon.S35 vorr d0, d0, d1 define
Dvp9lpf_neon.S353 vorr d2, d6, d7 define
Dvp9lpf_16bpp_neon.S444 vorr d2, d6, d7 define
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
Dghash-armv4.S367 vorr d7,d26 @ H<<<=1 define
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
Dghash-armv4.S367 vorr d7,d26 @ H<<<=1 define
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h5131 void vorr(DataType dt, DRegister rd, DRegister rn, const DOperand& operand) { in vorr() function
5134 void vorr(DRegister rd, DRegister rn, const DOperand& operand) { in vorr() function
5137 void vorr(Condition cond, in vorr() function
5149 void vorr(DataType dt, QRegister rd, QRegister rn, const QOperand& operand) { in vorr() function
5152 void vorr(QRegister rd, QRegister rn, const QOperand& operand) { in vorr() function
5155 void vorr(Condition cond, in vorr() function
Dassembler-aarch32.cc22064 void Assembler::vorr(Condition cond, in vorr() function in vixl::aarch32::Assembler
22122 void Assembler::vorr(Condition cond, in vorr() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc5569 void Disassembler::vorr(Condition cond, in vorr() function in vixl::aarch32::Disassembler
5583 void Disassembler::vorr(Condition cond, in vorr() function in vixl::aarch32::Disassembler
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc2877 __ vorr(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc4308 void Assembler::vorr(QwNeonRegister dst, QwNeonRegister src1, in vorr() function in v8::internal::Assembler