OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpRegRegImm64
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/arm64/
codegen_arm64.h
365
LIR*
OpRegRegImm64
(OpKind op, RegStorage r_dest, RegStorage r_src1, int64_t value);
utility_arm64.cc
806
return
OpRegRegImm64
(op, r_dest, r_src1, static_cast<int64_t>(value));
809
LIR* Arm64Mir2Lir::
OpRegRegImm64
(OpKind op, RegStorage r_dest, RegStorage r_src1, int64_t value) {
[
all
...]
int_arm64.cc
568
OpRegRegImm64
(kOpAnd, t_reg, t_reg, lit - 1);
574
OpRegRegImm64
(kOpAnd, t_reg2, t_reg2, lit - 1);
[
all
...]
Completed in 31 milliseconds