/external/v8/src/arm/ |
code-stubs-arm.h | 27 Register scratch, 62 value) { // One scratch reg. 138 // This is a helper class for freeing up 3 scratch registers. The input is 139 // two registers that must be preserved and one scratch register provided by 156 // a scratch register. 165 // saved registers that were not already preserved. The scratch registers
|
/external/v8/src/mips/ |
code-stubs-mips.h | 27 Register scratch, 89 value) { // One scratch reg. 169 // This is a helper class for freeing up 3 scratch registers. The input is 170 // two registers that must be preserved and one scratch register provided by 187 // a scratch register. 196 // saved registers that were not already preserved. The scratch registers
|
/external/v8/src/mips64/ |
code-stubs-mips64.h | 27 Register scratch, 90 value) { // One scratch reg. 170 // This is a helper class for freeing up 3 scratch registers. The input is 171 // two registers that must be preserved and one scratch register provided by 188 // a scratch register. 197 // saved registers that were not already preserved. The scratch registers
|
/external/v8/src/ppc/ |
code-stubs-ppc.h | 25 Register scratch, 86 value) { // One scratch reg. 158 // This is a helper class for freeing up 3 scratch registers. The input is 159 // two registers that must be preserved and one scratch register provided by 172 // a scratch register. 179 // saved registers that were not already preserved. The scratch registers
|
code-stubs-ppc.cc | 136 Register scratch = GetRegisterThatIsNotOneOf(input_reg, result_reg); local 138 GetRegisterThatIsNotOneOf(input_reg, result_reg, scratch); 140 GetRegisterThatIsNotOneOf(input_reg, result_reg, scratch, scratch_low); 143 __ push(scratch); 154 scratch, 162 __ TestIfInt32(scratch, result_reg, r0); 176 __ ExtractBitMask(scratch, scratch_high, HeapNumber::kExponentMask); 177 // Load scratch with exponent - 1. This is faster than loading 180 __ subi(scratch, scratch, Operand(HeapNumber::kExponentBias + 1)) 745 const Register scratch = r4; local 783 const Register scratch = r11; local 1383 Register const scratch = r8; local 1514 Register scratch = r8; local 4015 Register scratch = r9; local 5183 Register scratch = r9; local 5330 Register scratch = r6; local 5498 Register scratch = call_data; local [all...] |
/art/runtime/arch/mips/ |
registers_mips.h | 63 TMP = T8, // scratch register (in addition to AT) 103 FTMP = F8, // scratch register
|
/external/llvm/test/DebugInfo/Generic/ |
member-pointers.ll | 30 !6 = !DIFile(filename: "simple.cpp", directory: "/home/blaikie/Development/scratch") 39 !15 = !DIFile(filename: "simple.cpp", directory: "/home/blaikie/Development/scratch")
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_gs_state.c | 52 OUT_BATCH(0); /* no scratch space */ 71 OUT_BATCH(0); /* scratch space base offset */
|
/external/skia/src/gpu/ |
GrGpuResourceCacheAccess.h | 25 * Is the resource currently cached as scratch? This means it is cached, has a valid scratch
|
/external/v8/src/ia32/ |
code-stubs-ia32.h | 26 Register scratch, 45 Register scratch, Label* chars_not_equal, 128 value) { // One scratch reg. 197 // This is a helper class for freeing up 3 scratch registers, where the third 199 // that must be preserved and one scratch register provided by the caller. 232 // a scratch register. But if we had to switch to a different reg then 274 // registers are eax, ecx and edx. The three scratch registers (incl. ecx) 318 // Third scratch register is always ecx.
|
code-stubs-ia32.cc | 177 Register scratch); 362 Register scratch) { 364 // Test if both operands are floats or smi -> scratch=k_is_float; 365 // Otherwise scratch = k_not_float. 367 __ mov(scratch, FieldOperand(edx, HeapObject::kMapOffset)); 369 __ cmp(scratch, factory->heap_number_map()); 374 __ mov(scratch, FieldOperand(eax, HeapObject::kMapOffset)); 375 __ cmp(scratch, factory->heap_number_map()); 388 const Register scratch = ecx; local 397 __ mov(scratch, Immediate(1)) 677 Register scratch = eax; local 705 Register scratch = edi; local 2519 Register const scratch = edi; local 2801 __ mov_b(Operand(dest, 0), scratch); local 3863 Register scratch = result(); local 4276 Register scratch = edi; local 4534 Register scratch = value; local 4704 Register scratch = value; local 5529 Register scratch = call_data; local 5655 Register scratch = ebx; local [all...] |
/external/v8/src/x87/ |
code-stubs-x87.h | 26 Register scratch, 45 Register scratch, Label* chars_not_equal, 125 value) { // One scratch reg. 194 // This is a helper class for freeing up 3 scratch registers, where the third 196 // that must be preserved and one scratch register provided by the caller. 229 // a scratch register. But if we had to switch to a different reg then 271 // registers are eax, ecx and edx. The three scratch registers (incl. ecx) 307 // Third scratch register is always ecx.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
bootparam.h | 99 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
bootparam.h | 109 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
bootparam.h | 109 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
|
/external/skia/src/core/ |
SkPictureFlat.h | 507 const SkFlatData& scratch = this->resetScratch(element, this->count()+1); local 509 SkFlatData* candidate = fHash.find(scratch); 532 SkFlatData* scratch = (SkFlatData*)fScratch.getWriter32()->contiguousArray(); local 533 SkASSERT(scratch != nullptr); 534 scratch->stampHeader(index, SkToS32(dataSize)); 535 return *scratch; 540 // Allocate a new SkFlatData exactly big enough to hold our current scratch. 545 // Copy scratch into the new SkFlatData. 546 SkFlatData* scratch = (SkFlatData*)fScratch.getWriter32()->contiguousArray(); local 547 SkASSERT(scratch != nullptr) [all...] |
/external/autotest/client/site_tests/firmware_VbootCrypto/src/ |
Makefile | 35 # Always build from scratch.
|
/external/autotest/client/tests/xfstests/ |
control | 91 # SCRATCH_DEV "device containing SCRATCH PARTITION" 94 # SCRATCH_MNT "mount point for SCRATCH PARTITION" 106 # SCRATCH_LOGDEV "device for scratch-fs external log" 109 # SCRATCH_RTDEV "device for scratch-fs realtime data"
|
/external/ceres-solver/internal/ceres/ |
residual_block.h | 84 // Evaluate needs scratch space which must be supplied by the caller via 85 // scratch. The array should have at least NumScratchDoublesForEvaluate() 103 double* scratch) const; 123 // The minimum amount of scratch space needed to pass to Evaluate().
|
/external/fio/examples/ |
enospc-pressure.fio | 9 directory=/scratch
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-patchpoint-scratch-regs.ll | 3 ; Test that scratch registers are spilled around patchpoints
|
/external/llvm/test/CodeGen/X86/ |
statepoint-far-call.ll | 3 ; are lowered correctly to an indirect call via a scratch register.
|
/external/llvm/test/DebugInfo/X86/ |
arguments.ll | 53 !1 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch") 57 !5 = !DIFile(filename: "scratch.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
dynamic-table-exe.mips | |
got-plt.exe.elf-mipsel | |