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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-backtrace-core-s390x.sh 20 check_core s390x
  /external/valgrind/exp-sgcheck/tests/
is_arch_supported 3 # Not all architectures are supported by exp-ptr. Currently, PowerPC, s390x,
13 ppc*|arm*|s390x|mips*) exit 1;;
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
s390x.go 6 // s390x instruction set, to minimize its interaction
13 "cmd/internal/obj/s390x"
51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
56 case s390x.AFMADD,
57 s390x.AFMADDS,
58 s390x.AFMSUB,
59 s390x.AFMSUBS,
60 s390x.AFNMADD,
61 s390x.AFNMADDS,
62 s390x.AFNMSUB
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 6 // s390x instruction set, to minimize its interaction
13 "cmd/internal/obj/s390x"
51 // IsS390xRLD reports whether the op (as defined by an s390x.A* constant) is
56 case s390x.AFMADD,
57 s390x.AFMADDS,
58 s390x.AFMSUB,
59 s390x.AFMSUBS,
60 s390x.AFNMADD,
61 s390x.AFNMADDS,
62 s390x.AFNMSUB
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-s390x.c 128 VexGuestS390XState* s390x = (VexGuestS390XState*) get_arch (set, tst); local
134 case 1: VG_(transfer) (&s390x->guest_IA, buf, dir, size, mod); break;
135 case 2: VG_(transfer) (&s390x->guest_r0, buf, dir, size, mod); break;
136 case 3: VG_(transfer) (&s390x->guest_r1, buf, dir, size, mod); break;
137 case 4: VG_(transfer) (&s390x->guest_r2, buf, dir, size, mod); break;
138 case 5: VG_(transfer) (&s390x->guest_r3, buf, dir, size, mod); break;
139 case 6: VG_(transfer) (&s390x->guest_r4, buf, dir, size, mod); break;
140 case 7: VG_(transfer) (&s390x->guest_r5, buf, dir, size, mod); break;
141 case 8: VG_(transfer) (&s390x->guest_r6, buf, dir, size, mod); break;
142 case 9: VG_(transfer) (&s390x->guest_r7, buf, dir, size, mod); break
201 VexGuestS390XState* s390x = (VexGuestS390XState*)&tst->arch.vex; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
prog.go 5 package s390x package
10 "cmd/internal/obj/s390x"
20 var progtable = [s390x.ALAST & obj.AMask]gc.ProgInfo{
36 s390x.AADD & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
37 s390x.ASUB & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
38 s390x.ASUBE & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
39 s390x.AADDW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
40 s390x.ASUBW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
41 s390x.ANEG & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
42 s390x.ANEGW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
galign.go 5 package s390x package
9 "cmd/internal/obj/s390x"
13 gc.Thearch.LinkArch = &s390x.Links390x
14 gc.Thearch.REGSP = s390x.REGSP
ggen.go 5 package s390x package
10 "cmd/internal/obj/s390x"
77 reg := int16(s390x.REGSP)
83 p = gc.Appendpp(p, s390x.AADD, obj.TYPE_CONST, 0, offset, obj.TYPE_REG, s390x.REGRT1, 0)
84 p.Reg = int16(s390x.REGSP)
85 reg = s390x.REGRT1
92 end := int16(s390x.REGRT2)
93 p = gc.Appendpp(p, s390x.AADD, obj.TYPE_CONST, 0, offset+n, obj.TYPE_REG, end, 0)
95 p = gc.Appendpp(p, s390x.AXC, obj.TYPE_MEM, reg, offset, obj.TYPE_MEM, reg, offset
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
prog.go 5 package s390x package
10 "cmd/internal/obj/s390x"
20 var progtable = [s390x.ALAST & obj.AMask]gc.ProgInfo{
36 s390x.AADD & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
37 s390x.ASUB & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
38 s390x.ASUBE & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
39 s390x.AADDW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
40 s390x.ASUBW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
41 s390x.ANEG & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
42 s390x.ANEGW & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
galign.go 5 package s390x package
9 "cmd/internal/obj/s390x"
13 gc.Thearch.LinkArch = &s390x.Links390x
14 gc.Thearch.REGSP = s390x.REGSP
ggen.go 5 package s390x package
10 "cmd/internal/obj/s390x"
77 reg := int16(s390x.REGSP)
83 p = gc.Appendpp(p, s390x.AADD, obj.TYPE_CONST, 0, offset, obj.TYPE_REG, s390x.REGRT1, 0)
84 p.Reg = int16(s390x.REGSP)
85 reg = s390x.REGRT1
92 end := int16(s390x.REGRT2)
93 p = gc.Appendpp(p, s390x.AADD, obj.TYPE_CONST, 0, offset+n, obj.TYPE_REG, end, 0)
95 p = gc.Appendpp(p, s390x.AXC, obj.TYPE_MEM, reg, offset, obj.TYPE_MEM, reg, offset
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
irops.c 39 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
40 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
41 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
42 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts
43 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
44 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 },
45 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
46 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert
47 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 },
48 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
generic.go 5 // +build !amd64,!s390x gccgo appengine
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_generic.go 5 // +build !amd64,!amd64p32,!386,!arm,!ppc64le,!s390x
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_decl.go 5 // +build amd64p32 arm 386 s390x
sha1block_generic.go 5 // +build !amd64,!amd64p32,!386,!arm,!s390x
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_decl.go 5 // +build 386 amd64 s390x ppc64le
sha256block_generic.go 5 // +build !amd64,!386,!s390x,!ppc64le
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_decl.go 5 // +build amd64 s390x ppc64le
sha512block_generic.go 5 // +build !amd64,!s390x,!ppc64le
  /prebuilts/go/darwin-x86/src/syscall/
endian_big.go 5 // +build ppc64 s390x mips mips64
  /prebuilts/go/darwin-x86/test/
intrinsic.go 2 // +build amd64 arm64 arm s390x
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
generic.go 5 // +build !amd64,!s390x gccgo appengine
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_generic.go 5 // +build !amd64,!amd64p32,!386,!arm,!ppc64le,!s390x
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_decl.go 5 // +build amd64p32 arm 386 s390x

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>