Searched refs:sbfiz (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | hscale.S | 44 sbfiz x7, x6, #1, #32 // filterSize*2 (*2 because int16)
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 901 sbfiz(rd, rn, lsb, width); in Sbfiz()
|
H A D | assembler-arm64.h | 624 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) {
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 83 COMPARE_MACRO(Mov(w14, Operand(w15, SXTH, 2)), "sbfiz w14, w15, #2, #16"); in TEST() 84 COMPARE_MACRO(Mov(x16, Operand(x17, SXTW, 3)), "sbfiz x16, x17, #3, #32"); in TEST() 550 COMPARE(sbfiz(w1, w2, 1, 20), "sbfiz w1, w2, #1, #20"); in TEST() 551 COMPARE(sbfiz(x3, x4, 2, 19), "sbfiz x3, x4, #2, #19"); in TEST()
|
H A D | test-trace-aarch64.cc | 284 __ sbfiz(w16, w17, 2, 3); in GenerateTestSequenceBase() 285 __ sbfiz(x18, x19, 4, 5); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 421 TEST_NONE(sbfiz_0, sbfiz(w0, w1, 28, 2)) 422 TEST_NONE(sbfiz_1, sbfiz(x0, x1, 46, 5))
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 819 void sbfiz(const Register& rd,
|
H A D | macro-assembler-aarch64.h | 2409 sbfiz(rd, rn, lsb, width); in Sbfiz()
|
Completed in 41 milliseconds