Home
last modified time | relevance | path

Searched refs:slb (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Demo/tix/
Dtixwidgets.py891 slb = Tix.Tree(lab.frame, options='hlist.width 20')
892 slb.pack(side=Tix.TOP, expand=1, fill=Tix.BOTH, padx=5)
905 stext.text['bg'] = slb.hlist['bg']
913 slb.hlist['separator'] = '.'
914 slb.hlist['width'] = 25
915 slb.hlist['drawbranch'] = 0
916 slb.hlist['indent'] = 10
917 slb.hlist['wideselect'] = 1
918slb.hlist['command'] = lambda args=0, w=w,slb=slb,stext=stext,run=run,view=view: Sample_Action(w,
919slb.hlist['browsecmd'] = lambda args=0, w=w,slb=slb,stext=stext,run=run,view=view: Sample_Action(w…
[all …]
/external/flatbuffers/tests/
Dtest.cpp2751 flexbuffers::Builder slb(512, in FlexBuffersTest() local
2760 slb.Map([&]() { in FlexBuffersTest()
2761 slb.Vector("vec", [&]() { in FlexBuffersTest()
2762 slb += -100; // Equivalent to slb.Add(-100) or slb.Int(-100); in FlexBuffersTest()
2763 slb += "Fred"; in FlexBuffersTest()
2764 slb.IndirectFloat(4.0f); in FlexBuffersTest()
2765 auto i_f = slb.LastValue(); in FlexBuffersTest()
2767 slb.Blob(blob, 1); in FlexBuffersTest()
2768 slb += false; in FlexBuffersTest()
2769 slb.ReuseValue(i_f); in FlexBuffersTest()
[all …]
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs1851 0xe3,0x00,0x00,0x00,0x80,0x99 = slb %r0, -524288
1852 0xe3,0x00,0x0f,0xff,0xff,0x99 = slb %r0, -1
1853 0xe3,0x00,0x00,0x00,0x00,0x99 = slb %r0, 0
1854 0xe3,0x00,0x00,0x01,0x00,0x99 = slb %r0, 1
1855 0xe3,0x00,0x0f,0xff,0x7f,0x99 = slb %r0, 524287
1856 0xe3,0x00,0x10,0x00,0x00,0x99 = slb %r0, 0(%r1)
1857 0xe3,0x00,0xf0,0x00,0x00,0x99 = slb %r0, 0(%r15)
1858 0xe3,0x01,0xff,0xff,0x7f,0x99 = slb %r0, 524287(%r1, %r15)
1859 0xe3,0x0f,0x1f,0xff,0x7f,0x99 = slb %r0, 524287(%r15, %r1)
1860 0xe3,0xf0,0x00,0x00,0x00,0x99 = slb %r15, 0
/external/llvm/test/MC/SystemZ/
Dinsn-good.s8578 #CHECK: slb %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x99]
8579 #CHECK: slb %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x99]
8580 #CHECK: slb %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x99]
8581 #CHECK: slb %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x99]
8582 #CHECK: slb %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x99]
8583 #CHECK: slb %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x99]
8584 #CHECK: slb %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x99]
8585 #CHECK: slb %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x99]
8586 #CHECK: slb %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x99]
8587 #CHECK: slb %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x99]
[all …]
Dinsn-bad.s3030 #CHECK: slb %r0, -524289
3032 #CHECK: slb %r0, 524288
3034 slb %r0, -524289
3035 slb %r0, 524288
/external/pcre/dist2/src/sljit/
DsljitNativeS390X.c739 SLJIT_S390X_RXYA(slb, 0xe30000000099, 1)
2296 ins = LEVAL(slb); in sljit_emit_op2()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab83 slb Kahumamahon Saluan M loe 2008-01-14
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt7879 # CHECK: slb %r0, -524288
7882 # CHECK: slb %r0, -1
7885 # CHECK: slb %r0, 0
7888 # CHECK: slb %r0, 1
7891 # CHECK: slb %r0, 524287
7894 # CHECK: slb %r0, 0(%r1)
7897 # CHECK: slb %r0, 0(%r15)
7900 # CHECK: slb %r0, 524287(%r1,%r15)
7903 # CHECK: slb %r0, 524287(%r15,%r1)
7906 # CHECK: slb %r15, 0
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-good.s14094 #CHECK: slb %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x99]
14095 #CHECK: slb %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x99]
14096 #CHECK: slb %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x99]
14097 #CHECK: slb %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x99]
14098 #CHECK: slb %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x99]
14099 #CHECK: slb %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x99]
14100 #CHECK: slb %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x99]
14101 #CHECK: slb %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x99]
14102 #CHECK: slb %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x99]
14103 #CHECK: slb %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x99]
[all …]
Dinsn-bad.s5923 #CHECK: slb %r0, -524289
5925 #CHECK: slb %r0, 524288
5927 slb %r0, -524289
5928 slb %r0, 524288
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td992 def SLBR : BinaryRRE<"slb", 0xB999, sube, GR32, GR32>;
996 def SLB : BinaryRXY<"slb", 0xE399, sube, GR32, load, 4>;
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc614 { SYSZ_INS_SLB, "slb" },
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt14841 # CHECK: slb %r0, -524288
14844 # CHECK: slb %r0, -1
14847 # CHECK: slb %r0, 0
14850 # CHECK: slb %r0, 1
14853 # CHECK: slb %r0, 524287
14856 # CHECK: slb %r0, 0(%r1)
14859 # CHECK: slb %r0, 0(%r15)
14862 # CHECK: slb %r0, 524287(%r1,%r15)
14865 # CHECK: slb %r0, 524287(%r15,%r1)
14868 # CHECK: slb %r15, 0
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1127 def SLB : BinaryRXY<"slb", 0xE399, z_subcarry, GR32, load, 4>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1114 def SLB : BinaryRXY<"slb", 0xE399, z_subcarry, GR32, load, 4>;
/external/python/cpython2/Misc/
DHISTORY14550 - On the Mac, dynamically loaded modules can end in either ".slb" or
14551 ".<platform>.slb" where <platform> is either "CFM68K" or "ppc". The ".slb"
/external/python/cpython3/Misc/
DHISTORY31929 - On the Mac, dynamically loaded modules can end in either ".slb" or
31930 ".<platform>.slb" where <platform> is either "CFM68K" or "ppc". The ".slb"