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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
shift_insn.s 32 .global sraw
33 sraw: label
34 sraw $015 , ra label
35 sraw sp , r1 label
shift_insn.d 29 00000014 <sraw>:
30 14: de b8 sraw \$0xd, r14
31 16: f1 5f sraw r15, r1
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 285 sraw := braw.String()
286 if sraw != tt.Raw {
287 t.Errorf("Test %d, expecting:\n%q\nGot:\n%q\n", i, tt.Raw, sraw)
requestwrite_test.go 548 sraw := braw.String()
549 if sraw != tt.WantWrite {
550 t.Errorf("Test %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantWrite, sraw)
563 sraw := praw.String()
564 if sraw != tt.WantProxy {
565 t.Errorf("Test Proxy %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantProxy, sraw)
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 285 sraw := braw.String()
286 if sraw != tt.Raw {
287 t.Errorf("Test %d, expecting:\n%q\nGot:\n%q\n", i, tt.Raw, sraw)
requestwrite_test.go 548 sraw := braw.String()
549 if sraw != tt.WantWrite {
550 t.Errorf("Test %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantWrite, sraw)
563 sraw := praw.String()
564 if sraw != tt.WantProxy {
565 t.Errorf("Test Proxy %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantProxy, sraw)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 411 sraw 3,4,5
412 sraw. 3,4,5
a2.s 441 sraw. 10,11,12
442 sraw 10,11,12
476.d 418 660: (7c 83 2e 30|30 2e 83 7c) sraw r3,r4,r5
419 664: (7c 83 2e 31|31 2e 83 7c) sraw\. r3,r4,r5
a2.d 466 6d8: (7d 6a 66 31|31 66 6a 7d) sraw\. r10,r11,r12
467 6dc: (7d 6a 66 30|30 66 6a 7d) sraw r10,r11,r12
  /external/valgrind/none/tests/ppc32/
jm-int_other.stdout.exp 92 sraw 00000000, 00000000 => 00000000 (00000000 00000000)
93 sraw 00000000, 000f423f => 00000000 (00000000 00000000)
94 sraw 00000000, ffffffff => 00000000 (00000000 00000000)
95 sraw 000f423f, 00000000 => 000f423f (00000000 00000000)
96 sraw 000f423f, 000f423f => 00000000 (00000000 00000000)
97 sraw 000f423f, ffffffff => 00000000 (00000000 00000000)
98 sraw ffffffff, 00000000 => ffffffff (00000000 00000000)
99 sraw ffffffff, 000f423f => ffffffff (00000000 20000000)
100 sraw ffffffff, ffffffff => ffffffff (00000000 20000000)
203 sraw. 00000000, 00000000 => 00000000 (20000000 00000000
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s     [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 555 case SRAW: {
556 Format(instr, "sraw'. 'ra, 'rs, 'rb");
    [all...]
assembler-ppc.h     [all...]
macro-assembler-ppc.h 102 #define ShiftRightArith sraw
    [all...]
constants-ppc.h     [all...]
macro-assembler-ppc.cc 912 sraw(dst_low, src_high, scratch);
921 sraw(dst_high, src_high, shift);
    [all...]
assembler-ppc.cc 859 void Assembler::sraw(Register ra, Register rs, Register rb, RCBit r) { function in class:v8::internal::Assembler
860 x_form(EXT2 | SRAW, ra, rs, rb, r);
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-int_other.stdout.exp 92 sraw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000 00000000)
93 sraw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000 00000000)
94 sraw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000 00000000)
95 sraw 0000001cbe991def, 0000000000000000 => ffffffffbe991def (00000000 00000000)
96 sraw 0000001cbe991def, 0000001cbe991def => ffffffffffffffff (00000000 20000000)
97 sraw 0000001cbe991def, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
98 sraw ffffffffffffffff, 0000000000000000 => ffffffffffffffff (00000000 00000000)
99 sraw ffffffffffffffff, 0000001cbe991def => ffffffffffffffff (00000000 20000000)
100 sraw ffffffffffffffff, ffffffffffffffff => ffffffffffffffff (00000000 20000000)
233 sraw. 0000000000000000, 0000000000000000 => 0000000000000000 (20000000 00000000
    [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 263 SRAW
1590 SRAW: "sraw",
1591 SRAW_: "sraw.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 263 SRAW
1590 SRAW: "sraw",
1591 SRAW_: "sraw.",
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]

Completed in 140 milliseconds