Home
last modified time | relevance | path

Searched refs:stmy (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/SystemZ/
Dinsn-good.s9384 #CHECK: stmy %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0x90]
9385 #CHECK: stmy %r0, %r15, 0 # encoding: [0xeb,0x0f,0x00,0x00,0x00,0x90]
9386 #CHECK: stmy %r14, %r15, 0 # encoding: [0xeb,0xef,0x00,0x00,0x00,0x90]
9387 #CHECK: stmy %r15, %r15, 0 # encoding: [0xeb,0xff,0x00,0x00,0x00,0x90]
9388 #CHECK: stmy %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0x90]
9389 #CHECK: stmy %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0x90]
9390 #CHECK: stmy %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0x90]
9391 #CHECK: stmy %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0x90]
9392 #CHECK: stmy %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0x90]
9393 #CHECK: stmy %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0x90]
[all …]
Dinsn-bad.s3396 #CHECK: stmy %r0, %r0, -524289
3398 #CHECK: stmy %r0, %r0, 524288
3400 #CHECK: stmy %r0, %r0, 0(%r1,%r2)
3402 stmy %r0, %r0, -524289
3403 stmy %r0, %r0, 524288
3404 stmy %r0, %r0, 0(%r1,%r2)
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt8986 # CHECK: stmy %r0, %r0, 0
8989 # CHECK: stmy %r0, %r15, 0
8992 # CHECK: stmy %r14, %r15, 0
8995 # CHECK: stmy %r15, %r15, 0
8998 # CHECK: stmy %r0, %r0, -524288
9001 # CHECK: stmy %r0, %r0, -1
9004 # CHECK: stmy %r0, %r0, 0
9007 # CHECK: stmy %r0, %r0, 1
9010 # CHECK: stmy %r0, %r0, 524287
9013 # CHECK: stmy %r0, %r0, 0(%r1)
[all …]
/external/v8/src/s390/
Dassembler-s390.h1056 void stmy(Register r1, Register r2, const MemOperand& src);
Dassembler-s390.cc556 void Assembler::stmy(Register r1, Register r2, const MemOperand& src) { in stmy() function in v8::internal::Assembler
Dconstants-s390.h182 V(stmy, STMY, 0xEB90) /* type = RSY_A STORE MULTIPLE (32) */ \
Dmacro-assembler-s390.cc4724 stmy(src1, src2, mem); in StoreMultipleP()
4745 stmy(src1, src2, mem); in StoreMultipleW()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.td466 "stmy\t{$from, $to, $dst}",