Searched refs:stfle (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dstfle.c7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) function
13 asm volatile(" .insn s,0xb2b00000,%0 \n" /* stfle */
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
50 if ((stfle(dw, 1)) && stfle(dw, 2))
56 if (stfle(dw, 17)) {
/external/valgrind/tests/
H A Ds390x_features.c47 unsigned long long stfle(void) function
54 /* stfle not available: assume no facilities */
58 ".insn s,0xb2b00000,%0\n" /* stfle */
209 facilities = stfle();
215 } else if (strcmp(feature, "s390x-stfle") == 0 ) {
/external/llvm/test/MC/SystemZ/
H A 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 409
[all...]
/external/v8/src/s390/
H A Dconstants-s390.h1130 V(stfle, STFLE, 0xB2B0) /* type = S STORE FACILITY LIST EXTENDED */ \

Completed in 203 milliseconds