OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_high
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/mips/
code-stubs-mips.cc
629
Register
input_high
= scratch2;
local
633
__ lw(
input_high
, MemOperand(input_reg, double_offset + kIntSize));
638
input_high
,
666
__ And(sign,
input_high
, Operand(HeapNumber::kSignMask));
672
__ mov(
input_high
, zero_reg);
676
// Set the implicit 1 before the mantissa part in
input_high
.
677
__ Or(
input_high
,
678
input_high
,
683
__ sllv(
input_high
,
input_high
, scratch)
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc
3812
Register
input_high
= scratch0();
local
3835
Register
input_high
= scratch0();
local
[
all
...]
Completed in 125 milliseconds