Searched defs:stub_call (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc2259 Label done, smi_case, stub_call; local
2275 __ bind(&stub_call);
2295 __ TrySmiTag(right, scratch1, &stub_call);
2303 __ b(ne, &stub_call);
2309 __ b(vs, &stub_call);
2314 __ b(vs, &stub_call);
2322 __ b(ne, &stub_call);
2328 __ b(mi, &stub_call);
4286 Label stub_call, done; local
4324 __ jmp(&stub_call);
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1953 Label done, both_smis, stub_call; local
1966 __ Bind(&stub_call);
2000 __ Tbnz(x10, kXSignBit, &stub_call);
2005 __ B(vs, &stub_call);
2010 __ B(vs, &stub_call);
2020 __ Tbnz(x11, kXSignBit, &stub_call);
2026 __ B(lt, &stub_call);
3992 Label stub_call, done; local
4030 __ B(&stub_call);
4065 __ Bind(&stub_call);
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc2161 Label smi_case, done, stub_call; local
2168 __ bind(&stub_call);
2195 __ jmp(&stub_call);
2208 __ jmp(&stub_call);
2215 __ j(overflow, &stub_call);
2219 __ j(overflow, &stub_call);
2224 __ j(overflow, &stub_call);
2229 __ j(negative, &stub_call);
4205 Label done, stub_call; local
4249 __ jmp(&stub_call, Labe
[all...]
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc2249 Label done, smi_case, stub_call; local
2266 __ bind(&stub_call);
2287 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg));
2296 __ Branch(&stub_call, ne, scratch2, Operand(zero_reg));
2301 __ AddBranchOvf(v0, left, Operand(right), &stub_call);
2304 __ SubBranchOvf(v0, left, Operand(right), &stub_call);
2310 __ Branch(&stub_call, ne, scratch1, Operand(scratch2));
2313 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg));
4290 Label stub_call, done; local
4330 __ jmp(&stub_call);
[all...]
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc2250 Label done, smi_case, stub_call; local
2267 __ bind(&stub_call);
2295 __ Branch(&stub_call, ne, scratch2, Operand(zero_reg));
2301 __ BranchOnOverflow(&stub_call, scratch1);
2305 __ BranchOnOverflow(&stub_call, scratch1);
2311 __ Branch(USE_DELAY_SLOT, &stub_call, ne, scratch2, Operand(scratch1));
2315 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg));
4297 Label stub_call, done; local
4339 __ jmp(&stub_call);
4374 __ bind(&stub_call);
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc2222 Label done, smi_case, stub_call; local
2238 __ bind(&stub_call);
2262 __ JumpIfNotSmiCandidate(scratch1, scratch2, &stub_call);
2272 __ JumpIfNotUnsignedSmiCandidate(scratch1, r0, &stub_call);
2278 __ BranchOnOverflow(&stub_call);
2284 __ BranchOnOverflow(&stub_call);
2298 __ bne(&stub_call);
2306 __ bne(&stub_call);
2322 __ blt(&stub_call);
4288 Label stub_call, don local
[all...]
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc2183 Label done, stub_call, smi_case; local
2190 __ bind(&stub_call);
2204 __ SmiShiftLeft(rax, rdx, rcx, &stub_call);
2207 __ SmiShiftLogicalRight(rax, rdx, rcx, &stub_call);
2210 __ SmiAdd(rax, rdx, rcx, &stub_call);
2213 __ SmiSub(rax, rdx, rcx, &stub_call);
2216 __ SmiMul(rax, rdx, rcx, &stub_call);
4210 Label done, stub_call; local
4252 __ jmp(&stub_call, Label::kNear);
4290 __ bind(&stub_call);
[all...]
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc2153 Label smi_case, done, stub_call; local
2160 __ bind(&stub_call);
2187 __ jmp(&stub_call);
2200 __ jmp(&stub_call);
2207 __ j(overflow, &stub_call);
2211 __ j(overflow, &stub_call);
2216 __ j(overflow, &stub_call);
2221 __ j(negative, &stub_call);
4197 Label done, stub_call; local
4241 __ jmp(&stub_call, Labe
[all...]

Completed in 99 milliseconds