HomeSort by relevance Sort by last modified time
    Searched refs:srawi (Results 1 - 17 of 17) sorted by null

  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 101 srawi 11,11,1
113 srawi 15,10,P_BITS
266 srawi 4,4,20 # divide by 2^20 to get MB
400 srawi 23,4,1 # divide by two
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 413 srawi 3,4,16
414 srawi. 3,4,16
a2.s 443 srawi. 10,11,31
444 srawi 10,11,31
476.d 420 668: (7c 83 86 70|70 86 83 7c) srawi r3,r4,16
421 66c: (7c 83 86 71|71 86 83 7c) srawi\. r3,r4,16
a2.d 468 6e0: (7d 6a fe 71|71 fe 6a 7d) srawi\. r10,r11,31
469 6e4: (7d 6a fe 70|70 fe 6a 7d) srawi r10,r11,31
  /external/v8/test/cctest/
test-disasm-ppc.cc 144 COMPARE(srawi(r3, r6, 1), "7cc30e70 srawi r3,r6,1");
  /external/valgrind/none/tests/ppc32/
jm-int.stdout.exp     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s     [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 565 Format(instr, "srawi'. 'ra,'rs,'sh");
    [all...]
macro-assembler-ppc.cc 927 srawi(dst_high, src_high, 31);
946 srawi(dst_high, src_high, 31);
949 srawi(dst_low, src_high, shift);
950 srawi(dst_high, src_high, 31);
957 srawi(dst_high, src_high, shift);
    [all...]
macro-assembler-ppc.h 99 #define ShiftRightArithImm srawi
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 829 void Assembler::srawi(Register ra, Register rs, int sh, RCBit r) { function in class:v8::internal::Assembler
    [all...]
code-stubs-ppc.cc 180 __ srawi(r0, scratch_high, 31);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 228 milliseconds