Searched refs:setb (Results 1 – 25 of 31) sorted by relevance
12
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps_cmds | 1 setb 12 2 setb 12 5 setb 12 6 setb 14 7 setb 16 12 setb 13 13 setb 15 24 setb 13 27 setb 15 31 setb 12 7 [all …]
|
D | tst_bitmaps_exp | 3 tst_bitmaps: setb 12 5 tst_bitmaps: setb 12 11 tst_bitmaps: setb 12 13 tst_bitmaps: setb 14 15 tst_bitmaps: setb 16 25 tst_bitmaps: setb 13 27 tst_bitmaps: setb 15 50 tst_bitmaps: setb 13 56 tst_bitmaps: setb 15 64 tst_bitmaps: setb 12 7 [all …]
|
D | tst_bitmaps_cmd.ct | 16 set_block, setb;
|
/external/llvm/test/CodeGen/X86/ |
D | adx-intrinsics.ll | 10 ; CHECK: setb 22 ; CHECK: setb 35 ; CHECK: setb 48 ; CHECK: setb 60 ; CHECK: setb 72 ; CHECK: setb
|
D | fast-isel-cmp.ll | 108 ; SDAG-NEXT: setb %al 111 ; FAST-NEXT: setb %al 130 ; SDAG-NEXT: setb %al 133 ; FAST-NEXT: setb %al 188 ; SDAG-NEXT: setb %al 210 ; SDAG-NEXT: setb %al 213 ; FAST-NEXT: setb %al 496 ; SDAG-NEXT: setb %al 500 ; FAST-NEXT: setb %al 542 ; SDAG-NEXT: setb %al [all …]
|
D | add.ll | 103 ; X64-NEXT: setb %dl 122 ; X64-NEXT: setb
|
D | avx512-calling-conv.ll | 116 ; KNL: setb
|
D | xaluo.ll | 179 ; CHECK-NEXT: setb %al 191 ; CHECK-NEXT: setb %al 274 ; CHECK-NEXT: setb %al 286 ; CHECK-NEXT: setb %al
|
D | atomic128.ll | 199 ; CHECK: setb
|
D | avx512-insert-extract.ll | 161 ;CHECK: setb %al
|
/external/e2fsprogs/tests/f_extent_oobounds/ |
D | script | 25 setb 100 15 26 setb 130 30 27 setb 200 30
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | PluralRulesLoader.java | 128 Object[][] setb = null; in getRulesForRulesId() local 131 setb = (Object[][]) idAndRule[1]; in getRulesForRulesId() 137 for (Object[] keywordAndRule : setb) { in getRulesForRulesId()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PluralRulesLoader.java | 196 UResourceBundle setb = rulesb.get(rulesId); in getRulesForRulesId() local 199 for (int i = 0; i < setb.getSize(); ++i) { in getRulesForRulesId() 200 UResourceBundle b = setb.get(i); in getRulesForRulesId()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PluralRulesLoader.java | 194 UResourceBundle setb = rulesb.get(rulesId); in getRulesForRulesId() local 197 for (int i = 0; i < setb.getSize(); ++i) { in getRulesForRulesId() 198 UResourceBundle b = setb.get(i); in getRulesForRulesId()
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 411 # CHECK: setb %bl 414 # CHECK: setb %bl 450 # CHECK: setb %bl 453 # CHECK: setb %bl
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.ct | 92 setb;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 98 defm SETB : SETCC<0x92, "setb", X86_COND_B>; // unsigned less than
|
D | X86InstrCompiler.td | 339 // We canonicalize 'setb' to "(and (sbb reg,reg), 1)" on the hope that the and 342 // and, we might as well just match it as a setb.
|
D | README.txt | 544 setb %al
|
D | X86InstrInfo.td | 2694 def C : CondCodeAlias<Prefix, Suffix, "c", "b", V>; // setc -> setb 2705 def NAE : CondCodeAlias<Prefix, Suffix, "nae", "b", V>; // setnae -> setb
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 1757 setb %bl 1761 setb 0xdeadbeef(%ebx,%ecx,8) 1765 setb 0x7eed 1769 setb 0xbabecafe 1773 setb 0x12345678
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 615 #define SETB(a) CHOICE(setb a, setb a, setb a) 617 #define SETC(a) CHOICE(setc a, setb a, setb a) 1336 #define SETB(a) setb a
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 698 setb eflags[0x001,0x000] : r8.ub[123] => 0.ub[0] 699 setb eflags[0x001,0x001] : r8.ub[123] => 0.ub[1] 700 setb eflags[0x001,0x000] : m8.ub[123] => 0.ub[0] 701 setb eflags[0x001,0x001] : m8.ub[123] => 0.ub[1]
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 929 setb eflags[0x001,0x000] : r8.ub[123] => 0.ub[0] 930 setb eflags[0x001,0x001] : r8.ub[123] => 0.ub[1] 931 setb eflags[0x001,0x000] : m8.ub[123] => 0.ub[0] 932 setb eflags[0x001,0x001] : m8.ub[123] => 0.ub[1]
|
/external/valgrind/VEX/orig_amd64/ |
D | test2.sorted | 5630 0F92C0 setb %al 5631 400F92C7 setb %dil 5632 0F92C2 setb %dl
|
12