HomeSort by relevance Sort by last modified time
    Searched refs:B11 (Results 1 - 25 of 42) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-3.s 22 .cfi_offset B11, -4
unwind-3.d 10 Registers restored: B11, B13
unwind-1.d 61 Registers restored: \(compact\) B10, B11
unwind-2.d 61 Registers restored: \(compact\) B10, B11
unwind-1.s 147 stw .d2t2 B11, *B15--(8)
unwind-2.s 147 stw .d2t2 B11, *B15--(8)
  /external/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 50 Debug.setListener(null); // B11
58 Debug.setListener(null); // B11
69 } // B5 B8 B11 B17 B20 B23 B29 B32 B35
74 } // B5 B8 B11 B17 B20 B23 B29 B32 B35
  /external/clang/test/Layout/
ms-x86-lazy-empty-nonvirtual-base.cpp 19 struct B11 { char c[8]; B11() { printf("B11 = %p\n", this); } };
342 struct AA3 : B11, B1, virtual B0 {
350 // CHECK-NEXT: 0 | struct B11 (base)
361 // CHECK-X64-NEXT: 0 | struct B11 (base)
370 struct AB3 : B11, B1, virtual B0 {
377 // CHECK-NEXT: 0 | struct B11 (base)
387 // CHECK-X64-NEXT: 0 | struct B11 (base)
396 struct AC3 : B11, B1, virtual B0
    [all...]
  /external/v8/test/mjsunit/
debug-stepin-builtin-callback.js 71 Debug.setListener(null); // B11
79 Debug.setListener(null); // B11
87 Debug.setListener(null); // B11
95 Debug.setListener(null); // B11
103 Debug.setListener(null); // B11
131 } // B5 B8 B11 B17 B20 B23 B29 B32 B35
  /external/v8/src/ppc/
assembler-ppc.cc 581 emit(instr | frt.code() * B21 | fra.code() * B16 | frb.code() * B11 | r);
606 emit(instr | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | r);
612 emit(instr | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | o | r);
623 emit(instr | rs.code() * B21 | ra.code() * B16 | sh0_4 * B11 | m0_4 * B6 |
633 emit(instr | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | m0_4 * B6 |
755 emit(RLWINMX | rs.code() * B21 | ra.code() * B16 | sh * B11 | mb * B6 |
764 emit(RLWNMX | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | mb * B6 |
774 emit(RLWIMIX | rs.code() * B21 | ra.code() * B16 | sh * B11 | mb * B6 |
806 emit(EXT2 | SRAWIX | rs.code() * B21 | ra.code() * B16 | sh * B11 | r);
1005 src2.code() * B11);
    [all...]
constants-ppc.h 336 B11 = 1 << 11,
  /external/v8/test/mjsunit/harmony/
debug-step-destructuring-assignment.js 45 c // B11
debug-step-destructuring-bind.js 46 assertEquals([4, 3], [a, b]); // B11
  /art/compiler/utils/arm/
assembler_arm32.cc 840 B11 | B10 | B9 | B8 | B7 | B4 | B3 | B2 | B1 | B0;
859 B11 | B10 | B9 | B8 | B7 | B4 | B3 | B2 | B1 | B0;
877 B11 | B10 | B9 | B8 | B7 | B4 |
899 B11 | B10 | B9 | B8 | B7 | B4 |
930 (static_cast<int32_t>(rt)*B12) | B11 | B9 |
945 (static_cast<int32_t>(rt)*B12) | B11 | B9 |
965 (static_cast<int32_t>(rt)*B12) | B11 | B9 |
987 (static_cast<int32_t>(rt)*B12) | B11 | B9 |
1007 (static_cast<int32_t>(rt)*B12) | B11 | B9 | B8 |
    [all...]
assembler_thumb2.cc 366 return B15 | B13 | B12 | B8 | (cond == NE ? B11 : 0) | static_cast<int32_t>(rn) |
374 return B13 | B11 | (rn << 8) | value;
410 return B14 | B11 | (static_cast<int32_t>(rt) << 8) | (offset >> 2);
431 B23 /* U = 1 */ | B20 | B11 | B9 |
442 B23 /* U = 1 */ | B20 | B11 | B9 | B8 |
454 return B14 | B13 | B11 |
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 404 if ((int) looking_for & (int) B11)
409 looking_for = (op_type) ((int) looking_for & ~(int) B11);
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 110 0B11..0B12; ; UNASSIGNED
rfc3530mixp.txt 111 0B11..0B12; ; UNASSIGNED
rfc3920res.txt 111 0B11..0B12; ; UNASSIGNED
rfc4011.txt 110 0B11..0B12; ; UNASSIGNED
rfc4013.txt 111 0B11..0B12; ; UNASSIGNED
rfc4505.txt 110 0B11..0B12; ; UNASSIGNED
  /external/icu/icu4c/source/test/testdata/
nfs4_cs_prep_cs.txt 102 0B11..0B12; ; UNASSIGNED
nfs4_mixed_prep_p.txt 102 0B11..0B12; ; UNASSIGNED
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 123 case AArch64::D11: return AArch64::B11;
163 case AArch64::B11: return AArch64::D11;
    [all...]

Completed in 291 milliseconds

1 2