Searched refs:cfebr (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-09.ll | 8 ; CHECK: cfebr %r2, 5, %f0
|
D | fp-conv-10.ll | 15 ; CHECK: cfebr
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-09.ll | 8 ; CHECK: cfebr %r2, 5, %f0
|
D | fp-conv-10.ll | 15 ; CHECK: cfebr
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good.s.cs | 319 0xb3,0x98,0x00,0x00 = cfebr %r0, 0, %f0 320 0xb3,0x98,0x00,0x0f = cfebr %r0, 0, %f15 321 0xb3,0x98,0xf0,0x00 = cfebr %r0, 15, %f0 322 0xb3,0x98,0x50,0x46 = cfebr %r4, 5, %f6 323 0xb3,0x98,0x00,0xf0 = cfebr %r15, 0, %f0
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 287 "cfebr\t{$dst, 5, $src}",
|
/external/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 426 #CHECK: cfebr %r0, -1, %f0 428 #CHECK: cfebr %r0, 16, %f0 430 cfebr %r0, -1, %f0 431 cfebr %r0, 16, %f0
|
D | insn-good.s | 1412 #CHECK: cfebr %r0, 0, %f0 # encoding: [0xb3,0x98,0x00,0x00] 1413 #CHECK: cfebr %r0, 0, %f15 # encoding: [0xb3,0x98,0x00,0x0f] 1414 #CHECK: cfebr %r0, 15, %f0 # encoding: [0xb3,0x98,0xf0,0x00] 1415 #CHECK: cfebr %r4, 5, %f6 # encoding: [0xb3,0x98,0x50,0x46] 1416 #CHECK: cfebr %r15, 0, %f0 # encoding: [0xb3,0x98,0x00,0xf0] 1418 cfebr %r0, 0, %f0 1419 cfebr %r0, 0, %f15 1420 cfebr %r0, 15, %f0 1421 cfebr %r4, 5, %f6 1422 cfebr %r15, 0, %f0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 258 def CFEBR : BinaryRRFe<"cfebr", 0xB398, GR32, FP32>;
|
/external/v8/src/s390/ |
D | assembler-s390.h | 1369 void cfebr(Condition m3, R1 r1, R2 r2) { in cfebr() function
|
D | macro-assembler-s390.cc | 829 cfebr(m, result, double_input); in ConvertFloat32ToInt32()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-bad.s | 886 #CHECK: cfebr %r0, -1, %f0 888 #CHECK: cfebr %r0, 16, %f0 890 cfebr %r0, -1, %f0 891 cfebr %r0, 16, %f0
|
D | insn-good.s | 2426 #CHECK: cfebr %r0, 0, %f0 # encoding: [0xb3,0x98,0x00,0x00] 2427 #CHECK: cfebr %r0, 0, %f15 # encoding: [0xb3,0x98,0x00,0x0f] 2428 #CHECK: cfebr %r0, 15, %f0 # encoding: [0xb3,0x98,0xf0,0x00] 2429 #CHECK: cfebr %r4, 5, %f6 # encoding: [0xb3,0x98,0x50,0x46] 2430 #CHECK: cfebr %r15, 0, %f0 # encoding: [0xb3,0x98,0x00,0xf0] 2432 cfebr %r0, 0, %f0 2433 cfebr %r0, 0, %f15 2434 cfebr %r0, 15, %f0 2435 cfebr %r4, 5, %f6 2436 cfebr %r15, 0, %f0
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 1060 # CHECK: cfebr %r0, 0, %f0 1063 # CHECK: cfebr %r0, 0, %f15 1066 # CHECK: cfebr %r0, 15, %f0 1069 # CHECK: cfebr %r4, 5, %f6 1072 # CHECK: cfebr %r15, 0, %f0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 2443 # CHECK: cfebr %r0, 0, %f0 2446 # CHECK: cfebr %r0, 0, %f15 2449 # CHECK: cfebr %r0, 15, %f0 2452 # CHECK: cfebr %r4, 5, %f6 2455 # CHECK: cfebr %r15, 0, %f0
|