Searched refs:stfle (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | stfle.c | 7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) in stfle() function 35 if ((stfle(dw, 1)) && stfle(dw, 2)) in main() 41 if (stfle(dw, 7)) in main() 50 if ((stfle(dw, 1)) && stfle(dw, 2)) in main() 56 if (stfle(dw, 17)) { in main()
|
D | stfle.vgtest | 1 prog:stfle 2 prereq: ../../../tests/s390x_features s390x-stfle z196
|
D | Makefile.am | 8 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
|
/external/valgrind/tests/ |
D | s390x_features.c | 47 unsigned long long stfle(void) in stfle() function 208 facilities = stfle(); in go()
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 7991 #CHECK: stfle 0 # encoding: [0xb2,0xb0,0x00,0x00] 7992 #CHECK: stfle 0(%r1) # encoding: [0xb2,0xb0,0x10,0x00] 7993 #CHECK: stfle 0(%r15) # encoding: [0xb2,0xb0,0xf0,0x00] 7994 #CHECK: stfle 4095 # encoding: [0xb2,0xb0,0x0f,0xff] 7995 #CHECK: stfle 4095(%r1) # encoding: [0xb2,0xb0,0x1f,0xff] 7996 #CHECK: stfle 4095(%r15) # encoding: [0xb2,0xb0,0xff,0xff] 7998 stfle 0 7999 stfle 0(%r1) 8000 stfle 0(%r15) 8001 stfle 4095 [all …]
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 7594 # CHECK: stfle 0 7597 # CHECK: stfle 0(%r1) 7600 #CHECK: stfle 0(%r15) 7603 #CHECK: stfle 4095 7606 #CHECK: stfle 4095(%r1) 7609 #CHECK: stfle 4095(%r15)
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 666 stfle,"store facility list extended",implemented,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1480 "stfle\t$BD2",
|