Home
last modified time | relevance | path

Searched defs:LEAQ (Results 1 – 8 of 8) sorted by relevance

/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Ddgemm_kernel_4x8_sandy.S129 #define LEAQ leaq macro
261 LEAQ (C,ldc,2),C1; label
264 LEAQ (bb, k, 1), prebb; label
276 LEAQ (, %rax, SIZE), %rax; label
1288 LEAQ (,%rax, SIZE), %rax; label
1325 LEAQ (,%rax, SIZE), %rax; label
1344 LEAQ (,%rax, SIZE), %rax; label
1469 LEAQ (C,ldc,4),C; label
1484 LEAQ (C, ldc, 1), C1; label
2535 LEAQ (C, ldc, 2), C; label
[all …]
H A Dsgemm_kernel_8x8_sandy.S130 #define LEAQ leaq macro
267 LEAQ (C,ldc,4),C1; label
270 LEAQ (bb, k, 1), prebb; label
596 LEAQ (ldc,ldc,2),%rax; label
657 LEAQ (ldc,ldc,2),%rax; label
1109 LEAQ (ldc,ldc,2),%rax; label
1593 LEAQ (C,ldc,8),C; label
1609 LEAQ (C, ldc, 2), C1; label
2473 LEAQ (C, ldc, 4), C; label
2484 LEAQ (C, ldc, 1), C1; label
[all …]
H A Dzgemm_kernel_4x4_sandy.S133 #define LEAQ leaq macro
287 LEAQ (C,ldc,2),C1; label
303 LEAQ (ptrba, %rax, 4), ptrba; label
304 LEAQ (ptrbb, %rax, 4), ptrbb; label
883 LEAQ (ptrba, %rax, 4), ptrba; label
884 LEAQ (ptrbb, %rax, 4), ptrbb; label
997 LEAQ (ptrba, %rax, 4), ptrba; label
1701 LEAQ (C,ldc,4),C; label
1716 LEAQ (C, ldc, 1), C1; label
2593 LEAQ (C, ldc, 2), C; label
[all …]
H A Dcgemm_kernel_4x8_sandy.S134 #define LEAQ leaq macro
294 LEAQ (C,ldc,2),C1; label
310 LEAQ (ptrba, %rax, 8), ptrba; label
311 LEAQ (ptrbb, %rax, 4), ptrbb; label
904 LEAQ (ptrba, %rax, 8), ptrba; label
905 LEAQ (ptrbb, %rax, 4), ptrbb; label
1049 LEAQ (ptrba, %rax, 8), ptrba; label
1050 LEAQ (ptrbb, %rax, 4), ptrbb; label
2107 LEAQ (C,ldc,4),C; label
2122 LEAQ (C, ldc, 1), C1; label
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/
H A Ddirectives.h157 #define LEAQ(var, tmp) leaq var(% rip), tmp macro
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Ddirectives.h157 #define LEAQ(var, tmp) leaq var(% rip), tmp macro
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/build/
H A Dzinstructions.go6615 func (c *Context) LEAQ(m, r operand.Op) { func
6630 func LEAQ(m, r operand.Op) { ctx.LEAQ(m, r) } func
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/x86/
H A Dzctors.go7967 func LEAQ(m, r operand.Op) (*intrep.Instruction, error) { func