Searched defs:Smull (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1105 void MacroAssembler::Smull(const Register& rd, in Smull() function
|
D | lithium-codegen-arm64.cc | 4462 __ Smull(result.X(), left, right); in DoMulI() local
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 1109 __ Smull(x8, w17, w18); in TEST() local 1110 __ Smull(x9, w18, w18); in TEST() local 1111 __ Smull(x10, w19, w19); in TEST() local 1153 __ Smull(x2, w0, w1); in SmullHelper() local
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1763 void Smull(const Register& rd, const Register& rn, const Register& rm) { in Smull() function
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 1088 __ Smull(x8, w26, w18); in TEST() local 1089 __ Smull(x9, w18, w18); in TEST() local 1090 __ Smull(x10, w19, w19); in TEST() local 1132 __ Smull(x2, w0, w1); in SmullHelper() local 16281 __ Smull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
|