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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/jumper/
SkJumper_generated_win.S 15 DB 85 ; push %rbp
16 DB 72,137,229 ; mov %rsp,%rbp
17 DB 65,87 ; push %r15
18 DB 65,86 ; push %r14
19 DB 65,85 ; push %r13
20 DB 65,84 ; push %r12
21 DB 86 ; push %rsi
22 DB 87 ; push %rdi
23 DB 83 ; push %rbx
24 DB 72,129,236,184,0,0,0 ; sub $0xb8,%rs
    [all...]
  /external/clang/test/CodeGenCXX/
strict-vtable-pointers.cpp 59 DynamicBase1 DB;
60 DB.foo();
102 DynamicBase1 *DB = new DynamicBase1;
103 DB->foo();
105 DynamicDerived *DD = new (DB) DynamicDerived;
118 DynamicBase1 DB;
119 DB.foo();
121 DynamicDerived *DB2 = new (&DB) DynamicDerived;
122 // Using DB now is prohibited.
127 new (&DB) DynamicBase1
    [all...]
  /external/boringssl/win-x86_64/crypto/cipher_extra/
chacha20_poly1305_x86_64.asm 8 DB 0F3h,0C3h ;repret
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 38 static bool bitTrackingDCE(Function &F, DemandedBits &DB) {
43 !DB.getDemandedBits(&I).getBoolValue()) {
56 if (!DB.isInstructionDead(&I))
73 auto &DB = AM.getResult<DemandedBitsAnalysis>(F);
74 if (!bitTrackingDCE(F, DB))
93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
94 return bitTrackingDCE(F, DB);
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aesni-x86_64.asm 19 DB 102,15,56,220,209
24 DB 102,15,56,221,209
29 DB 0F3h,0C3h ;repret
43 DB 102,15,56,222,209
48 DB 102,15,56,223,209
53 DB 0F3h,0C3h ;repret
69 DB 102,15,56,220,209
70 DB 102,15,56,220,217
73 DB 102,15,56,220,208
74 DB 102,15,56,220,21
    [all...]
vpaes-x86_64.asm 35 DB 102,15,56,0,208
37 DB 102,15,56,0,193
49 DB 102,15,56,0,226
50 DB 102,15,56,0,195
55 DB 102,15,56,0,234
58 DB 102,15,56,0,211
61 DB 102,15,56,0,193
64 DB 102,15,56,0,220
67 DB 102,15,56,0,193
79 DB 102,15,56,0,23
    [all...]
rdrand-x86_64.asm 25 DB 0x48,0x0f,0xc7,0xf1
31 DB 0F3h,0C3h ;repret
55 DB 0x48,0x0f,0xc7,0xf1
65 DB 0F3h,0C3h ;repret
70 DB 0F3h,0C3h ;repret
  /prebuilts/go/darwin-x86/src/runtime/
rt0_netbsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
rt0_openbsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
rt0_freebsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
14 MOVM.DB.W [R0-R1], (R13)
rt0_nacl_arm.s 16 MOVM.DB.W [R0-R1], (R13)
  /prebuilts/go/linux-x86/src/runtime/
rt0_netbsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
rt0_openbsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
rt0_freebsd_arm.s 10 MOVM.DB.W [R0-R1], (R13)
14 MOVM.DB.W [R0-R1], (R13)
rt0_nacl_arm.s 16 MOVM.DB.W [R0-R1], (R13)
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 98 DB 0 ; base 23:16
99 DB 0 ; sys flag, dpl, type
100 DB 0 ; limit 19:16, flags
101 DB 0 ; base 31:24
107 DB 0 ; base 23:16
108 DB PRESENT_FLAG(1)|DPL(0)|SYSTEM_FLAG(1)|DESC_TYPE(DATA32_TYPE)
109 DB GRANULARITY_FLAG(1)|DEFAULT_SIZE32(1)|CODE64_FLAG(0)|UPPER_LIMIT(0xf)
110 DB 0 ; base 31:24
116 DB 0 ; base 23:16
117 DB PRESENT_FLAG(1)|DPL(0)|SYSTEM_FLAG(1)|DESC_TYPE(CODE32_TYPE)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Thunk16.asm 34 DB 0
35 DB 9bh
36 DB 8fh ; 16-bit segment
37 DB 0
41 DB 0
42 DB 93h
43 DB 8fh ; 16-bit segment
44 DB 0
135 DB 66h
168 DB 2eh, 0fh, 1, 1eh
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.asm 48 DB 66h, 0b8h
51 DB 67h, 66h
53 DB 66h, 0b8h
56 DB 66h, 0b8h
58 DB 0bfh, PROTECT_MODE_DS, 0 ; mov di, PROTECT_MODE_DS
60 DB 66h, 0eah ; jmp far [ptr48]
70 DB 0bch ; mov esp, imm32
79 DB 66h
81 DB 66h, 81h, 0edh, 00h, 00h, 03h, 00 ; sub ebp, 30000h
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 78 DB 16h ; push ss
79 DB 0eh ; push cs
80 DB 66h
83 DB 66h
89 DB 6 ; push es
90 DB 1eh ; push ds
91 DB 66h, 60h ; pushad
92 DB 66h, 0bah ; mov edx, imm32
113 DB 66h
120 DB 66h, 2eh, 89h, 87h ; mov cs:[bx + (@64Eip - @Base)], eax
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.asm 48 DB 0cfh ; IRET
51 DB 0cfh ; IRET
54 DB 0cfh ; IRET
57 DB 0cfh ; IRET
60 DB 0cfh ; IRET
63 DB 0cfh ; IRET
66 DB 0cfh ; IRET
69 DB 0cfh ; IRET
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.asm 46 DB 0cfh ; IRET
49 DB 0cfh ; IRET
52 DB 0cfh ; IRET
55 DB 0cfh ; IRET
58 DB 0cfh ; IRET
61 DB 0cfh ; IRET
64 DB 0cfh ; IRET
67 DB 0cfh ; IRET
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 98 DB := s.addrs[j].IP
110 // If DB is known to be unreachable or if Source(DB) is undefined, then
112 // Source(DA) is undefined, then prefer DB.
124 // If Scope(DA) = Scope(Source(DA)) and Scope(DB) <> Scope(Source(DB)),
126 // Scope(DB) = Scope(Source(DB)), then prefer DB.
135 // If Source(DA) is deprecated and Source(DB) is not, then prefer DB
    [all...]
  /prebuilts/go/linux-x86/src/net/
addrselect.go 98 DB := s.addrs[j].IP
110 // If DB is known to be unreachable or if Source(DB) is undefined, then
112 // Source(DA) is undefined, then prefer DB.
124 // If Scope(DA) = Scope(Source(DA)) and Scope(DB) <> Scope(Source(DB)),
126 // Scope(DB) = Scope(Source(DB)), then prefer DB.
135 // If Source(DA) is deprecated and Source(DB) is not, then prefer DB
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 88 DB 66h
273 DB 0
274 DB 092h ; present, ring 0, data, expand-up, writable
275 DB 0CFh ; page-granular, 32-bit
276 DB 0
283 DB 0
284 DB 09Bh ; present, ring 0, data, expand-up, not-writable
285 DB 0CFh ; page-granular, 32-bit
286 DB 0
293 DB 0
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 87 DB 66h
262 DB 0
263 DB 092h ; present, ring 0, data, expand-up, writable
264 DB 0CFh ; page-granular, 32-bit
265 DB 0
272 DB 0
273 DB 09Bh ; present, ring 0, data, expand-up, not-writable
274 DB 0CFh ; page-granular, 32-bit
275 DB 0
282 DB 0
    [all...]

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>