Home
last modified time | relevance | path

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

/external/llvm/test/MC/SystemZ/
Dinsn-bad-z196.s122 #CHECK: clfebr %r0, 0, %f0, -1
124 #CHECK: clfebr %r0, 0, %f0, 16
126 #CHECK: clfebr %r0, -1, %f0, 0
128 #CHECK: clfebr %r0, 16, %f0, 0
130 clfebr %r0, 0, %f0, -1
131 clfebr %r0, 0, %f0, 16
132 clfebr %r0, -1, %f0, 0
133 clfebr %r0, 16, %f0, 0
Dinsn-good-z196.s244 #CHECK: clfebr %r0, 0, %f0, 0 # encoding: [0xb3,0x9c,0x00,0x00]
245 #CHECK: clfebr %r0, 0, %f0, 15 # encoding: [0xb3,0x9c,0x0f,0x00]
246 #CHECK: clfebr %r0, 0, %f15, 0 # encoding: [0xb3,0x9c,0x00,0x0f]
247 #CHECK: clfebr %r0, 15, %f0, 0 # encoding: [0xb3,0x9c,0xf0,0x00]
248 #CHECK: clfebr %r4, 5, %f6, 7 # encoding: [0xb3,0x9c,0x57,0x46]
249 #CHECK: clfebr %r15, 0, %f0, 0 # encoding: [0xb3,0x9c,0x00,0xf0]
251 clfebr %r0, 0, %f0, 0
252 clfebr %r0, 0, %f0, 15
253 clfebr %r0, 0, %f15, 0
254 clfebr %r0, 15, %f0, 0
[all …]
Dinsn-bad.s849 #CHECK: clfebr %r0, 0, %f0, 0
851 clfebr %r0, 0, %f0, 0
/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-14.ll8 ; CHECK: clfebr %r2, 5, %f0, 0
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td235 def CLFEBR : UnaryRRF4<"clfebr", 0xB39C, GR32, FP32>;
/external/v8/src/s390/
Dassembler-s390.h1188 void clfebr(Condition m3, Condition m4, Register fixReg,
Dassembler-s390.cc1920 void Assembler::clfebr(Condition m3, Condition m4, Register r1, in clfebr() function in v8::internal::Assembler
Dconstants-s390.h430 V(clfebr, CLFEBR, \
Dmacro-assembler-s390.cc801 clfebr(m, Condition(0), dst, double_input); in ConvertFloat32ToUnsignedInt32()
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt1837 # CHECK: clfebr %r0, 0, %f0, 1
1840 # CHECK: clfebr %r0, 0, %f0, 15
1843 # CHECK: clfebr %r0, 0, %f15, 1
1846 # CHECK: clfebr %r0, 15, %f0, 1
1849 # CHECK: clfebr %r4, 5, %f6, 7
1852 # CHECK: clfebr %r15, 0, %f0, 1