Lines Matching refs:rax
45 movq %rdi, %rax /* %rax = hll */46 bswapq %rax /* reverses the byte order of %rax */47 ret /* return (%rax) */51 movq %rdi, %rax /* %rax = hll */52 bswapq %rax /* reverses the byte order of %rax */53 ret /* return (%rax) */