HomeSort by relevance Sort by last modified time
    Searched refs:srawi (Results 1 - 21 of 21) 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/valgrind/none/tests/ppc32/
jm-int_other.stdout.exp 540 srawi 00000000, 0 => 00000000 (00000000 00000000)
541 srawi 00000000, 31 => 00000000 (00000000 00000000)
542 srawi 000f423f, 0 => 000f423f (00000000 00000000)
543 srawi 000f423f, 31 => 00000000 (00000000 00000000)
544 srawi ffffffff, 0 => ffffffff (00000000 00000000)
545 srawi ffffffff, 31 => ffffffff (00000000 20000000)
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s     [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 584 Format(instr, "srawi'. 'ra,'rs,'sh");
    [all...]
macro-assembler-ppc.cc 913 srawi(dst_high, src_high, 31);
932 srawi(dst_high, src_high, 31);
935 srawi(dst_low, src_high, shift);
936 srawi(dst_high, src_high, 31);
943 srawi(dst_high, src_high, shift);
    [all...]
macro-assembler-ppc.h 99 #define ShiftRightArithImm srawi
    [all...]
assembler-ppc.h     [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 844 void Assembler::srawi(Register ra, Register rs, int sh, RCBit r) { function in class:v8::internal::Assembler
    [all...]
code-stubs-ppc.cc 169 __ srawi(r0, scratch_high, 31);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/valgrind/none/tests/ppc64/
jm-int_other.stdout.exp     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 261 SRAWI
1588 SRAWI: "srawi",
1589 SRAWI_: "srawi.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 261 SRAWI
1588 SRAWI: "srawi",
1589 SRAWI_: "srawi.",
    [all...]

Completed in 181 milliseconds