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

  /external/llvm/test/MC/SystemZ/
insn-bad-z196.s 167 #CHECK: clgebr %r0, 0, %f0, -1
169 #CHECK: clgebr %r0, 0, %f0, 16
171 #CHECK: clgebr %r0, -1, %f0, 0
173 #CHECK: clgebr %r0, 16, %f0, 0
175 clgebr %r0, 0, %f0, -1
176 clgebr %r0, 0, %f0, 16
177 clgebr %r0, -1, %f0, 0
178 clgebr %r0, 16, %f0, 0
insn-good-z196.s 286 #CHECK: clgebr %r0, 0, %f0, 0 # encoding: [0xb3,0xac,0x00,0x00]
287 #CHECK: clgebr %r0, 0, %f0, 15 # encoding: [0xb3,0xac,0x0f,0x00]
288 #CHECK: clgebr %r0, 0, %f15, 0 # encoding: [0xb3,0xac,0x00,0x0f]
289 #CHECK: clgebr %r0, 15, %f0, 0 # encoding: [0xb3,0xac,0xf0,0x00]
290 #CHECK: clgebr %r4, 5, %f6, 7 # encoding: [0xb3,0xac,0x57,0x46]
291 #CHECK: clgebr %r15, 0, %f0, 0 # encoding: [0xb3,0xac,0x00,0xf0]
293 clgebr %r0, 0, %f0, 0
294 clgebr %r0, 0, %f0, 15
295 clgebr %r0, 0, %f15, 0
296 clgebr %r0, 15, %f0,
    [all...]
insn-bad.s 925 #CHECK: clgebr %r0, 0, %f0, 0
927 clgebr %r0, 0, %f0, 0
    [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good-z196.s.cs 124 0xb3,0xac,0x00,0x00 = clgebr %r0, 0, %f0, 0
125 0xb3,0xac,0x0f,0x00 = clgebr %r0, 0, %f0, 15
126 0xb3,0xac,0x00,0x0f = clgebr %r0, 0, %f15, 0
127 0xb3,0xac,0xf0,0x00 = clgebr %r0, 15, %f0, 0
128 0xb3,0xac,0x57,0x46 = clgebr %r4, 5, %f6, 7
129 0xb3,0xac,0x00,0xf0 = clgebr %r15, 0, %f0, 0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
zarch-z196.s 225 clgebr %r5,3,%f9,7
zarch-z196.d 223 .*: b3 ac 37 59 [ ]*clgebr %r5,3,%f9,7
  /external/v8/src/s390/
assembler-s390.h     [all...]
assembler-s390.cc 1904 void Assembler::clgebr(Condition m3, Condition m4, Register r1, function in class:v8::internal::Assembler
    [all...]
constants-s390.h 459 V(clgebr, CLGEBR, \
    [all...]
macro-assembler-s390.cc 831 clgebr(m, Condition(0), dst, double_input);
    [all...]

Completed in 169 milliseconds