OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitVFPsd
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
assembler_arm.cc
921
void ArmAssembler::
EmitVFPsd
(Condition cond, int32_t opcode,
952
EmitVFPsd
(cond, B23 | B21 | B20 | B18 | B17 | B16 | B8 | B7 | B6, sd, dm);
967
EmitVFPsd
(cond, B23 | B21 | B20 | B19 | B18 | B16 | B8 | B7 | B6, sd, dm);
987
EmitVFPsd
(cond, B23 | B21 | B20 | B19 | B18 | B8 | B7 | B6, sd, dm);
[
all
...]
assembler_arm.h
622
void
EmitVFPsd
(Condition cond,
Completed in 4780 milliseconds