Top "Sparc" questions

SPARC(Scalable Processor Architecture) Sun Microsystems's specific CPU.

nanoseconds to milliseconds - fast division by 1000000

I'm wanting to convert the output from gethrtime to milliseconds. The obvious way to do this is to divide by 1000000. …

c++ gcc solaris sparc
Check if installed version of JRE is 64 bit on solaris Sparc

Is there a clear or easy way to check over the command line if the installed JRE is 64 bit on …

solaris 32bit-64bit java sparc
undefined reference to `__sync_val_compare_and_swap_4' error at compilation, using gcc 4.1.1 and 4.2.0 for Sparc v8 target

Using crosstool scripts i've built under Cygwin the following compilers gcc-4.1.1 and 4.2.0 20061024 (prerelease) for Sparc architecture: $ ./sparc-unknown-linux-gnu-gcc -v Using built-in …

c++ c gcc cross-compiling sparc
Looking for Simple C Implementation of AES-128 and DES

I need C versions of AES-128 and DES to run on an embedded SPARC processor. I'm trying to measure the …

c aes implementation des sparc
right shift arithmetic and hexadecimal numbers

set 0x8675309F, %o1 sra %o1, 16, %o1 can someone please explain what sra is supposed to do here, i know …

assembly hex sparc