HomeSort by relevance Sort by last modified time
    Searched defs:scratch2 (Results 1 - 19 of 19) sorted by null

  /external/v8/src/mips/
virtual-frame-mips.h 407 static Register scratch2() { return t6; } function in class:v8::internal::VirtualFrame
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 44 cvar_t scratch2 = CVAR2("scratch2", "0"); variable
1077 Cvar_RegisterVariable (&scratch2);
  /external/v8/src/arm/
ic-arm.cc 117 Register scratch2) {
137 __ ldr(scratch2, FieldMemOperand(name, String::kHashFieldOffset));
144 __ add(scratch2, scratch2, Operand(
147 __ and_(scratch2, scratch1, Operand(scratch2, LSR, String::kHashShift));
151 // scratch2 = scratch2 * 3.
152 __ add(scratch2, scratch2, Operand(scratch2, LSL, 1))
1329 Register scratch2 = r3; local
    [all...]
stub-cache-arm.cc 49 Register scratch2) {
73 __ ldr(scratch2, MemOperand(offsets_base_addr, offset, LSL, 1));
76 __ ldr(scratch2, FieldMemOperand(scratch2, Code::kFlagsOffset));
77 __ bic(scratch2, scratch2, Operand(Code::kFlagsNotUsedInLookup));
78 __ cmp(scratch2, Operand(flags));
349 // If this is not needed, scratch1 and scratch2 may be the same register.
353 Register scratch2,
363 __ and_(scratch2, scratch1, Operand(kIsNotStringMask))
1110 scratch2); local
1920 Register scratch2 = r3; local
    [all...]
code-stubs-arm.cc 384 Register scratch2);
397 Register scratch2,
408 Register scratch2,
426 Register scratch2,
441 Register scratch2,
492 Register scratch2,
500 Register scratch2) {
517 ConvertToDoubleStub stub1(r3, r2, scratch1, scratch2);
522 ConvertToDoubleStub stub2(r1, r0, scratch1, scratch2);
534 Register scratch2,
1861 Register scratch2 = r9; local
1989 Register scratch2 = r9; local
2205 Register scratch2 = r9; local
2266 Register scratch2 = r9; local
3109 const Register scratch2 = r7; local
3651 Register scratch2 = map; local
    [all...]
full-codegen-arm.cc 643 Register scratch2) {
645 ASSERT(!scratch1.is(src) && !scratch2.is(src));
652 scratch2,
1716 Register scratch2 = r3; local
3055 Register scratch2 = r3; local
3203 Register scratch2 = r5; local
3421 Register scratch2 = r9; local
    [all...]
lithium-codegen-arm.cc 864 Register scratch2 = ToRegister(instr->TempAt(0)); local
932 // to scratch2).
956 __ sub(scratch2, left, scratch, SetCC);
962 __ mov(result, scratch2);
2237 Register scratch2 = ToRegister(instr->TempAt(0)); local
2846 Register scratch2 = ToRegister(instr->TempAt(0)); local
2875 Register scratch2 = result; local
3635 Register scratch2 = ToRegister(instr->TempAt(0)); local
3745 Register scratch2 = ToRegister(instr->TempAt(0)); local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 694 Register scratch2 = ecx; local
700 scratch2,
    [all...]
macro-assembler-ia32.cc 864 Register scratch2,
870 scratch2,
883 Register scratch2,
899 scratch2,
918 Register scratch2,
934 scratch2,
953 Register scratch2,
961 scratch2, local
    [all...]
stub-cache-ia32.cc 333 Register scratch2,
355 __ mov(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
356 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
357 __ mov(eax, FieldOperand(scratch2, String::kLengthOffset));
366 Register scratch2,
368 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
548 Register scratch2,
565 scratch2,
577 scratch2,
591 Register scratch2,
959 scratch2); local
1794 Register scratch2 = edx; local
    [all...]
code-stubs-ia32.cc 1912 Register scratch2 = edi; local
    [all...]
full-codegen-ia32.cc 609 Register scratch2) {
611 ASSERT(!scratch1.is(src) && !scratch2.is(src));
617 ASSERT(!scratch1.is(esi) && !src.is(esi) && !scratch2.is(esi));
618 __ RecordWrite(scratch1, offset, src, scratch2);
2989 Register scratch2 = edx; local
    [all...]
  /external/v8/src/x64/
ic-x64.cc 699 Register scratch2 = rcx; local
705 scratch2,
    [all...]