Searched refs:stcy (Results 1 - 5 of 5) sorted by relevance
/external/llvm/test/MC/SystemZ/ |
H A D | insn-bad.s | 3077 #CHECK: stcy %r0, -524289 3079 #CHECK: stcy %r0, 524288 3081 stcy %r0, -524289 3082 stcy %r0, 524288
|
H A D | insn-good.s | 8005 #CHECK: stcy %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x72] 8006 #CHECK: stcy %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x72] 8007 #CHECK: stcy %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x72] 8008 #CHECK: stcy %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x72] 8009 #CHECK: stcy %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x72] 8010 #CHECK: stcy %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x72] 8011 #CHECK: stcy %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x72] 8012 #CHECK: stcy %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x72] 8013 #CHECK: stcy %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x72] 8014 #CHECK: stcy [all...] |
/external/v8/src/s390/ |
H A D | assembler-s390.h | 876 void stcy(Register r, const MemOperand& src);
|
H A D | assembler-s390.cc | 2538 void Assembler::stcy(Register src, const MemOperand& dst) { function in class:v8::internal::Assembler
|
H A D | macro-assembler-s390.cc | 5271 stcy(src, mem);
|
Completed in 314 milliseconds