Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S122 sbfx r6, r8, #3, #13
123 sbfx r12, r7, #3, #13
124 sbfx r1, r9, #3, #13
125 sbfx r10, r4, #3, #13
155 sbfx r2, r2, #3, #13
156 sbfx lr, lr, #3, #13
157 sbfx r3, r3, #3, #13
158 sbfx r5, r5, #3, #13
288 sbfx r7, r7, #3, #13
289 sbfx r1
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1330 Format(instr, "sbfx'cond 'rd, 'rm, 'f"); in DecodeType3()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h908 sbfx(rd, rn, lsb, width); in Sbfx()
H A Dassembler-arm64.h631 void sbfx(const Register& rd, const Register& rn, int lsb, int width) {
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h562 void sbfx(Register dst, Register src, int lsb, int width,
H A Dmacro-assembler-arm.cc606 sbfx(dst, src1, lsb, width, cond); in Sbfx()
H A Dassembler-arm.cc1862 // sbfx dst, src, #lsb, #width
1863 void Assembler::sbfx(Register dst, Register src, int lsb, int width, in sbfx() function in v8::internal::Assembler
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3025 void sbfx(
3027 void sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width) { in sbfx() function in vixl::aarch32::Assembler
3028 sbfx(al, rd, rn, lsb, width); in sbfx()
H A Ddisasm-aarch32.h1082 void sbfx(
H A Dassembler-aarch32.cc9640 void Assembler::sbfx( in sbfx() function in vixl::aarch32::Assembler
9666 Delegate(kSbfx, &Assembler::sbfx, cond, rd, rn, lsb, width); in sbfx()
H A Ddisasm-aarch32.cc2454 void Disassembler::sbfx( in sbfx() function in vixl::aarch32::Disassembler
9338 sbfx(CurrentCond(), in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h4053 sbfx(cond, rd, rn, lsb, width); in MacroAssembler()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc552 COMPARE(sbfx(w5, w6, 3, 18), "sbfx w5, w6, #3, #18"); in TEST()
553 COMPARE(sbfx(x7, x8, 4, 17), "sbfx x7, x8, #4, #17"); in TEST()
H A Dtest-trace-aarch64.cc286 __ sbfx(w22, w23, 6, 7); in GenerateTestSequenceBase()
287 __ sbfx(x24, x25, 8, 9); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc425 TEST_NONE(sbfx_0, sbfx(w0, w1, 15, 9))
426 TEST_NONE(sbfx_1, sbfx(x0, x1, 21, 16))
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1150 __ sbfx(i.OutputRegister(), i.InputRegister(0), i.InputInt8(1), in AssembleArchInstruction()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h832 void sbfx(const Register& rd, in sbfx() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h2429 sbfx(rd, rn, lsb, width); in Sbfx()

Completed in 198 milliseconds