HomeSort by relevance Sort by last modified time
    Searched full:stfle (Results 1 - 16 of 16) sorted by null

  /external/valgrind/main/none/tests/s390x/
stfle.vgtest 1 prog:stfle
2 prereq: ../../../tests/s390x_features s390x-stfle z196
stfle.c 7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) function
13 asm volatile(" .insn s,0xb2b00000,%0 \n" /* stfle */
33 /* Test #1: Make sure STFLE returns sensible values. z/Arch facilities
35 if ((stfle(dw, 1)) && stfle(dw, 2))
40 /* Test #2: Make sure the STFLE is supported. */
41 if (stfle(dw, 7))
42 printf("STFLE facility is installed\n");
44 printf("STFLE facility is not installed\n");
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected conditio
    [all...]
stfle.stdout.exp 5 STFLE facility is installed
Makefile.am 8 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
Makefile.in 88 stckf$(EXEEXT) stcke$(EXEEXT) stfle$(EXEEXT) cksm$(EXEEXT) \
433 stfle_SOURCES = stfle.c
434 stfle_OBJECTS = stfle.$(OBJEXT)
514 srnmb.c srnmt.c srst.c stck.c stcke.c stckf.c stfle.c stmg.c \
533 srnmb.c srnmt.c srst.c stck.c stcke.c stckf.c stfle.c stmg.c \
832 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
    [all...]
  /external/openssl/crypto/
s390xcpuid.S 10 .long 0xb2b02000 # stfle 0(%r2)
13 .long 0xb2b02000 # stfle 0(%r2)
  /external/valgrind/main/tests/
s390x_features.c 47 unsigned long long stfle(void) function
54 /* stfle not available: assume no facilities */
58 ".insn s,0xb2b00000,%0\n" /* stfle */
207 facilities = stfle();
213 } else if (strcmp(feature, "s390x-stfle") == 0 ) {
  /external/valgrind/main/VEX/pub/
libvex_emnote.h 97 /* stfle insn is not supported on this host */
libvex.h 141 #define VEX_HWCAPS_S390X_STFLE (1<<12) /* STFLE facility */
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c     [all...]
  /external/valgrind/main/VEX/priv/
main_main.c     [all...]
guest_s390_helpers.c 324 asm volatile(" .insn s,0xb2b00000,%0\n" /* stfle */
329 /* Update guest register 0 with what STFLE set r0 to */
    [all...]
guest_s390_toIR.c     [all...]
  /external/fio/
configure 1180 "stfle %0" "\n\t"
  /external/valgrind/main/docs/internals/
s390-opcodes.csv 666 stfle,"store facility list extended",implemented,
    [all...]
  /external/valgrind/main/
NEWS     [all...]

Completed in 327 milliseconds