Home
last modified time | relevance | path

Searched refs:stfle (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
Dstfle.c7 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()
Dstfle.vgtest1 prog:stfle
2 prereq: ../../../tests/s390x_features s390x-stfle z196
DMakefile.am8 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
DMakefile.in153 stckf$(EXEEXT) stcke$(EXEEXT) stfle$(EXEEXT) cksm$(EXEEXT) \
510 stfle_SOURCES = stfle.c
511 stfle_OBJECTS = stfle.$(OBJEXT)
616 srst.c stck.c stcke.c stckf.c stfle.c stmg.c sub.c sub_EI.c \
636 srst.c stck.c stcke.c stckf.c stfle.c stmg.c sub.c sub_EI.c \
1036 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
1541 stfle$(EXEEXT): $(stfle_OBJECTS) $(stfle_DEPENDENCIES) $(EXTRA_stfle_DEPENDENCIES)
1542 @rm -f stfle$(EXEEXT)
1725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stfle.Po@am__quote@
/external/valgrind/tests/
Ds390x_features.c47 unsigned long long stfle(void) in stfle() function
209 facilities = stfle(); in go()
/external/llvm/test/MC/SystemZ/
Dinsn-good.s9060 #CHECK: stfle 0 # encoding: [0xb2,0xb0,0x00,0x00]
9061 #CHECK: stfle 0(%r1) # encoding: [0xb2,0xb0,0x10,0x00]
9062 #CHECK: stfle 0(%r15) # encoding: [0xb2,0xb0,0xf0,0x00]
9063 #CHECK: stfle 4095 # encoding: [0xb2,0xb0,0x0f,0xff]
9064 #CHECK: stfle 4095(%r1) # encoding: [0xb2,0xb0,0x1f,0xff]
9065 #CHECK: stfle 4095(%r15) # encoding: [0xb2,0xb0,0xff,0xff]
9067 stfle 0
9068 stfle 0(%r1)
9069 stfle 0(%r15)
9070 stfle 4095
[all …]
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt8590 # CHECK: stfle 0
8593 # CHECK: stfle 0(%r1)
8596 #CHECK: stfle 0(%r15)
8599 #CHECK: stfle 4095
8602 #CHECK: stfle 4095(%r1)
8605 #CHECK: stfle 4095(%r15)
/external/v8/src/s390/
Dconstants-s390.h1130 V(stfle, STFLE, 0xB2B0) /* type = S STORE FACILITY LIST EXTENDED */ \
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1673 "stfle\t$BD2",