Home
last modified time | relevance | path

Searched refs:cdgbr (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-conv-07.ll17 ; CHECK: cdgbr %f0, %r2
Dfp-conv-06.ll20 ; CHECK: cdgbr %f0, [[REGISTER]]
/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-07.ll17 ; CHECK: cdgbr %f0, %r2
Dfp-conv-06.ll20 ; CHECK: cdgbr %f0, [[REGISTER]]
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs288 0xb3,0xa5,0x00,0x00 = cdgbr %f0, %r0
289 0xb3,0xa5,0x00,0x0f = cdgbr %f0, %r15
290 0xb3,0xa5,0x00,0xf0 = cdgbr %f15, %r0
291 0xb3,0xa5,0x00,0x78 = cdgbr %f7, %r8
292 0xb3,0xa5,0x00,0xff = cdgbr %f15, %r15
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrFP.td282 "cdgbr\t{$dst, $src}",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td221 def CDGBR : UnaryRRE<"cdgbr", 0xB3A5, sint_to_fp, FP64, GR64>;
/external/llvm/test/MC/SystemZ/
Dinsn-good.s1338 #CHECK: cdgbr %f0, %r0 # encoding: [0xb3,0xa5,0x00,0x00]
1339 #CHECK: cdgbr %f0, %r15 # encoding: [0xb3,0xa5,0x00,0x0f]
1340 #CHECK: cdgbr %f15, %r0 # encoding: [0xb3,0xa5,0x00,0xf0]
1341 #CHECK: cdgbr %f7, %r8 # encoding: [0xb3,0xa5,0x00,0x78]
1342 #CHECK: cdgbr %f15, %r15 # encoding: [0xb3,0xa5,0x00,0xff]
1344 cdgbr %f0, %r0
1345 cdgbr %f0, %r15
1346 cdgbr %f15, %r0
1347 cdgbr %f7, %r8
1348 cdgbr %f15, %r15
/external/v8/src/s390/
Dassembler-s390.h1344 void cdgbr(R1 r1, R2 r2) { in cdgbr() function
Dmacro-assembler-s390.cc697 cdgbr(dst, src); in ConvertUnsignedIntToDouble()
717 cdgbr(double_dst, src); in ConvertInt64ToDouble()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
Dinsn-good.s2122 #CHECK: cdgbr %f0, %r0 # encoding: [0xb3,0xa5,0x00,0x00]
2123 #CHECK: cdgbr %f0, %r15 # encoding: [0xb3,0xa5,0x00,0x0f]
2124 #CHECK: cdgbr %f15, %r0 # encoding: [0xb3,0xa5,0x00,0xf0]
2125 #CHECK: cdgbr %f7, %r8 # encoding: [0xb3,0xa5,0x00,0x78]
2126 #CHECK: cdgbr %f15, %r15 # encoding: [0xb3,0xa5,0x00,0xff]
2128 cdgbr %f0, %r0
2129 cdgbr %f0, %r15
2130 cdgbr %f15, %r0
2131 cdgbr %f7, %r8
2132 cdgbr %f15, %r15
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt895 # CHECK: cdgbr %f0, %r0
898 # CHECK: cdgbr %f0, %r15
901 # CHECK: cdgbr %f15, %r0
904 # CHECK: cdgbr %f7, %r8
907 # CHECK: cdgbr %f15, %r15
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt1813 # CHECK: cdgbr %f0, %r0
1816 # CHECK: cdgbr %f0, %r15
1819 # CHECK: cdgbr %f15, %r0
1822 # CHECK: cdgbr %f7, %r8
1825 # CHECK: cdgbr %f15, %r15