Home
last modified time | relevance | path

Searched refs:clgebr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/MC/SystemZ/
Dinsn-bad-z196.s167 #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
Dinsn-good-z196.s286 #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, 0
[all …]
Dinsn-bad.s925 #CHECK: clgebr %r0, 0, %f0, 0
927 clgebr %r0, 0, %f0, 0
/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-14.ll38 ; CHECK: clgebr %r2, 5, %f0, 0
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td239 def CLGEBR : UnaryRRF4<"clgebr", 0xB3AC, GR64, FP32>;
/external/v8/src/s390/
Dassembler-s390.h1192 void clgebr(Condition m3, Condition m4, Register fixReg,
Dassembler-s390.cc1904 void Assembler::clgebr(Condition m3, Condition m4, Register r1, in clgebr() function in v8::internal::Assembler
Dconstants-s390.h459 V(clgebr, CLGEBR, \
Dmacro-assembler-s390.cc831 clgebr(m, Condition(0), dst, double_input); in ConvertFloat32ToUnsignedInt64()
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt1891 # CHECK: clgebr %r0, 0, %f0, 1
1894 # CHECK: clgebr %r0, 0, %f0, 15
1897 # CHECK: clgebr %r0, 0, %f15, 1
1900 # CHECK: clgebr %r0, 15, %f0, 1
1903 # CHECK: clgebr %r4, 5, %f6, 7
1906 # CHECK: clgebr %r15, 0, %f0, 1