↓ 1 callersFunctionBitwiseOp(ctx context, op token.Token, signed bool, x, y, result *register, size uint)
codegen/instramd64.go:1211
↓ 1 callersFunctionConvertOp(ctx context, from *register, fromtype OpDataType, to *register, totype OpDataType, tmp *register)
codegen/instramd64.go:1330
↓ 1 callersFunctionIntegerToFloat(ctx context, from, to *register, ftype, totype OpDataType, tmp *register)
codegen/instramd64.go:1373
↓ 1 callersFunctionMovMemMem(ctx context, optype InstrOpType, srcName string, srcOffset int, src *register, dstName string, dstOffset int,
codegen/instramd64.go:692
↓ 1 callersFunctionMovRegIndirectMem(ctx context, datatype OpDataType, src *register, dstName string, dstOffset int, dst *register, size uint, tmp
codegen/instramd64.go:635
↓ 1 callersFunctionMovRegIndirectMemSmall(ctx context, datatype OpDataType, src *register, dstName string, dstOffset int, dst *register, size uint, tmp
codegen/instramd64.go:675
↓ 1 callersFunctionaddsgo:generate gensimd -fn "add, sub, neg, mul, div, addint8, subint8, negint8, mulint8, divint8, addint16, subint16, negint16, mulint16, divint16, addin
tests/arithmeticops_test.go:9