OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immlogical
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/arm64/
instructions-arm64.cc
92
uint64_t Instruction::
ImmLogical
() {
disasm-arm64.cc
219
if (instr->
ImmLogical
() == 0) {
233
if (rn_is_zr && !IsMovzMovnImm(reg_size, instr->
ImmLogical
())) {
[
all
...]
instructions-arm64.h
154
uint64_t
ImmLogical
();
simulator-arm64.cc
[
all
...]
/external/vixl/src/vixl/a64/
instructions-a64.cc
132
uint64_t Instruction::
ImmLogical
() const {
instructions-a64.h
204
uint64_t
ImmLogical
() const;
disasm-a64.cc
233
if (instr->
ImmLogical
() == 0) {
247
if (rn_is_zr && !IsMovzMovnImm(reg_size, instr->
ImmLogical
())) {
[
all
...]
simulator-a64.cc
978
LogicalHelper(instr, instr->
ImmLogical
());
[
all
...]
Completed in 1828 milliseconds