Searched refs:cdfbr (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-05.ll | 17 ; CHECK: cdfbr %f0, %r2
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-05.ll | 17 ; CHECK: cdfbr %f0, %r2
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good.s.cs | 283 0xb3,0x95,0x00,0x00 = cdfbr %f0, %r0 284 0xb3,0x95,0x00,0x0f = cdfbr %f0, %r15 285 0xb3,0x95,0x00,0xf0 = cdfbr %f15, %r0 286 0xb3,0x95,0x00,0x78 = cdfbr %f7, %r8 287 0xb3,0x95,0x00,0xff = cdfbr %f15, %r15
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 278 "cdfbr\t{$dst, $src}",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 217 def CDFBR : UnaryRRE<"cdfbr", 0xB395, sint_to_fp, FP64, GR32>;
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 1326 #CHECK: cdfbr %f0, %r0 # encoding: [0xb3,0x95,0x00,0x00] 1327 #CHECK: cdfbr %f0, %r15 # encoding: [0xb3,0x95,0x00,0x0f] 1328 #CHECK: cdfbr %f15, %r0 # encoding: [0xb3,0x95,0x00,0xf0] 1329 #CHECK: cdfbr %f7, %r8 # encoding: [0xb3,0x95,0x00,0x78] 1330 #CHECK: cdfbr %f15, %r15 # encoding: [0xb3,0x95,0x00,0xff] 1332 cdfbr %f0, %r0 1333 cdfbr %f0, %r15 1334 cdfbr %f15, %r0 1335 cdfbr %f7, %r8 1336 cdfbr %f15, %r15
|
/external/v8/src/s390/ |
D | assembler-s390.h | 1339 void cdfbr(R1 r1, R2 r2) { in cdfbr() function
|
D | macro-assembler-s390.cc | 686 cdfbr(dst, src); in ConvertIntToDouble() 1553 cdfbr(double_scratch, result); in TryDoubleToInt32Exact()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-good.s | 2098 #CHECK: cdfbr %f0, %r0 # encoding: [0xb3,0x95,0x00,0x00] 2099 #CHECK: cdfbr %f0, %r15 # encoding: [0xb3,0x95,0x00,0x0f] 2100 #CHECK: cdfbr %f15, %r0 # encoding: [0xb3,0x95,0x00,0xf0] 2101 #CHECK: cdfbr %f7, %r8 # encoding: [0xb3,0x95,0x00,0x78] 2102 #CHECK: cdfbr %f15, %r15 # encoding: [0xb3,0x95,0x00,0xff] 2104 cdfbr %f0, %r0 2105 cdfbr %f0, %r15 2106 cdfbr %f15, %r0 2107 cdfbr %f7, %r8 2108 cdfbr %f15, %r15
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 880 # CHECK: cdfbr %f0, %r0 883 # CHECK: cdfbr %f0, %r15 886 # CHECK: cdfbr %f15, %r0 889 # CHECK: cdfbr %f7, %r8 892 # CHECK: cdfbr %f15, %r15
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 1747 # CHECK: cdfbr %f0, %r0 1750 # CHECK: cdfbr %f0, %r15 1753 # CHECK: cdfbr %f15, %r0 1756 # CHECK: cdfbr %f7, %r8 1759 # CHECK: cdfbr %f15, %r15
|