OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alu_out
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
simulator-mips.cc
879
int32_t
alu_out
= 0x12345678;
local
900
alu_out
= get_fpu_register(fs_reg);
904
alu_out
= *v8i::bit_cast<int32_t*, double*>(&fp_out);
928
alu_out
= rt << sa;
931
alu_out
= rt_u >> sa;
934
alu_out
= rt >> sa;
937
alu_out
= rt << rs;
940
alu_out
= rt_u >> rs;
943
alu_out
= rt >> rs;
946
alu_out
= get_register(HI)
1215
int32_t
alu_out
= 0;
local
[
all
...]
/external/v8/src/arm/
simulator-arm.cc
879
bool Simulator::OverflowFrom(int32_t
alu_out
,
886
&& ((left < 0 &&
alu_out
>= 0) || (left >= 0 &&
alu_out
< 0));
891
&& ((left < 0 &&
alu_out
>= 0) || (left >= 0 &&
alu_out
< 0));
1267
int32_t
alu_out
= rm_val * rs_val;
local
1450
int32_t
alu_out
;
local
[
all
...]
Completed in 828 milliseconds