Home
last modified time | relevance | path

Searched refs:ubfx (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/poly1305/
H A Dpoly1305-armv8.S198 ubfx x13,x4,#26,#26
201 ubfx x15,x5,#14,#26
283 ubfx x11,x4,#26,#26
286 ubfx x13,x5,#14,#26
327 ubfx x11,x4,#26,#26
330 ubfx x13,x5,#14,#26
408 ubfx x6,x8,#26,#26
409 ubfx x7,x9,#26,#26
417 ubfx x10,x12,#14,#26
418 ubfx x1
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/poly1305/
H A Dpoly1305-armv8.S198 ubfx x13,x4,#26,#26
201 ubfx x15,x5,#14,#26
283 ubfx x11,x4,#26,#26
286 ubfx x13,x5,#14,#26
327 ubfx x11,x4,#26,#26
330 ubfx x13,x5,#14,#26
408 ubfx x6,x8,#26,#26
409 ubfx x7,x9,#26,#26
417 ubfx x10,x12,#14,#26
418 ubfx x1
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv8.S198 ubfx x13,x4,#26,#26
201 ubfx x15,x5,#14,#26
283 ubfx x11,x4,#26,#26
286 ubfx x13,x5,#14,#26
327 ubfx x11,x4,#26,#26
330 ubfx x13,x5,#14,#26
408 ubfx x6,x8,#26,#26
409 ubfx x7,x9,#26,#26
417 ubfx x10,x12,#14,#26
418 ubfx x1
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl267 ubfx x13,$h0,#26,#26
270 ubfx x15,$h1,#14,#26
352 ubfx x11,$h0,#26,#26
355 ubfx x13,$h1,#14,#26
396 ubfx x11,$h0,#26,#26
399 ubfx x13,$h1,#14,#26
477 ubfx x6,x8,#26,#26
478 ubfx x7,x9,#26,#26
486 ubfx x10,x12,#14,#26
487 ubfx x1
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv8.S198 ubfx x13,x4,#26,#26
201 ubfx x15,x5,#14,#26
283 ubfx x11,x4,#26,#26
286 ubfx x13,x5,#14,#26
327 ubfx x11,x4,#26,#26
330 ubfx x13,x5,#14,#26
408 ubfx x6,x8,#26,#26
409 ubfx x7,x9,#26,#26
417 ubfx x10,x12,#14,#26
418 ubfx x1
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl267 ubfx x13,$h0,#26,#26
270 ubfx x15,$h1,#14,#26
352 ubfx x11,$h0,#26,#26
355 ubfx x13,$h1,#14,#26
396 ubfx x11,$h0,#26,#26
399 ubfx x13,$h1,#14,#26
479 ubfx x6,x8,#26,#26
480 ubfx x7,x9,#26,#26
488 ubfx x10,x12,#14,#26
489 ubfx x1
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1328 Format(instr, "ubfx'cond 'rd, 'rm, 'f"); in DecodeType3()
/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc463 __ ubfx(r2, r5, 5U, 4U); in Generate_3()
478 __ ubfx(r3, r0, 5U, 4U); in Generate_3()
486 __ ubfx(r3, r1, 5U, 4U); in Generate_3()
1077 __ ubfx(r1, r0, 5U, 4U); in Generate_8()
2663 __ ubfx(r3, r2, 5U, 4U); in Generate_21()
2680 __ ubfx(r3, r3, 0U, 12U); in Generate_21()
2838 __ ubfx(r1, r3, 5U, 4U); in Generate_22()
2845 __ ubfx(r3, r0, 5U, 4U); in Generate_22()
2853 __ ubfx(r3, r2, 5U, 4U); in Generate_22()
3138 __ ubfx(r in Generate_24()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc566 ubfx(dst, src1, 0, in And()
586 ubfx(dst, src1, lsb, width, cond); in Ubfx()
H A Dassembler-arm.h559 void ubfx(Register dst, Register src, int lsb, int width,
H A Dassembler-arm.cc1847 // ubfx dst, src, #lsb, #width
1848 void Assembler::ubfx(Register dst, Register src, int lsb, int width, in ubfx() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h988 ubfx(rd, rn, lsb, width); in Ubfx()
H A Dassembler-arm64.h668 void ubfx(const Register& rd, const Register& rn, int lsb, int width) {
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3632 void ubfx(
3634 void ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width) { in ubfx() function in vixl::aarch32::Assembler
3635 ubfx(al, rd, rn, lsb, width); in ubfx()
H A Ddisasm-aarch32.h1382 void ubfx(
H A Dassembler-aarch32.cc13014 void Assembler::ubfx( in ubfx() function in vixl::aarch32::Assembler
13040 Delegate(kUbfx, &Assembler::ubfx, cond, rd, rn, lsb, width); in ubfx()
H A Ddisasm-aarch32.cc3360 void Disassembler::ubfx( in ubfx() function in vixl::aarch32::Disassembler
9457 ubfx(CurrentCond(), in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h5802 ubfx(cond, rd, rn, lsb, width); in MacroAssembler()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc541 COMPARE(uxtw(x18, x19), "ubfx x18, x19, #0, #32"); in TEST()
560 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10"); in TEST()
561 COMPARE(ubfx(x23, x24, 12, 9), "ubfx x23, x24, #12, #9"); in TEST()
H A Dtest-trace-aarch64.cc361 __ ubfx(w4, w5, 3, 4); in GenerateTestSequenceBase()
362 __ ubfx(x6, x7, 5, 6); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc518 TEST_NONE(ubfx_0, ubfx(w0, w1, 24, 7))
519 TEST_NONE(ubfx_1, ubfx(x0, x1, 11, 21))
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1143 __ ubfx(i.OutputRegister(), i.InputRegister(0), i.InputInt8(1), in AssembleArchInstruction()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h880 void ubfx(const Register& rd,
H A Dmacro-assembler-aarch64.h2721 ubfx(rd, rn, lsb, width); in Ubfx()

Completed in 237 milliseconds