Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsUsingT32
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/third_party/vixl/src/aarch32/
H
A
D
assembler-aarch32.cc
1932
if (
IsUsingT32
()) {
in adc()
1958
if (
IsUsingT32
()) {
in adc()
1970
if (
IsUsingT32
()) {
in adc()
2020
if (
IsUsingT32
()) {
in adcs()
2046
if (
IsUsingT32
()) {
in adcs()
2058
if (
IsUsingT32
()) {
in adcs()
2108
if (
IsUsingT32
()) {
in add()
2219
if (
IsUsingT32
()) {
in add()
2257
if (
IsUsingT32
()) {
in add()
2321
if (
IsUsingT32
()) {
in add()
[all...]
H
A
D
location-aarch32.cc
62
if (encoder->
IsUsingT32
()) {
in EncodeLocationFor()
91
int32_t from = instr_location + (op.
IsUsingT32
() ? kT32PcDelta : kA32PcDelta);
in AddForwardRef()
H
A
D
macro-assembler-aarch32.cc
231
if (
IsUsingT32
()) {
in HandleOutOfBoundsImmediate()
290
if (
IsUsingT32
()) {
in MemOperandComputationHelper()
332
if (
IsUsingT32
() && (addrmode == Offset)) {
in GetOffsetMask()
715
if (
IsUsingT32
() && operand.IsRegisterShiftedRegister()) {
834
if (
IsUsingT32
() && operand.IsRegisterShiftedRegister()) {
876
if (
IsUsingT32
() && ((type == kRsc) || (type == kRscs))) {
1030
if (
IsUsingT32
() && operand.IsRegisterShiftedRegister()) {
in Delegate()
1069
if (
IsUsingT32
()) {
in Delegate()
1144
uint32_t mask = ((trailing_zeroes < 4) &&
IsUsingT32
())
in Delegate()
1827
if (
IsUsingT32
()) {
in Delegate()
[all...]
H
A
D
location-aarch32.h
104
bool
IsUsingT32
() const { return false; }
in IsUsingT32()
function in vixl::aarch32::Location::EmitOperator
106
bool
IsUsingT32
() const { return true; }
in IsUsingT32()
function in vixl::aarch32::Location::EmitOperator
108
bool
IsUsingT32
() const { return isa_ == T32; }
in IsUsingT32()
function in vixl::aarch32::Location::EmitOperator
H
A
D
macro-assembler-aarch32.h
79
if (
IsUsingT32
()) {
111
int nop_size =
IsUsingT32
() ? k16BitT32InstructionSizeInBytes
209
if (!cond_.Is(al) && masm->
IsUsingT32
()) {
in ITScope()
234
VIXL_ASSERT(masm_->
IsUsingT32
());
in ITScope()
239
} else if (masm_->
IsUsingT32
() && !cond_.Is(al)) {
in ITScope()
436
return
IsUsingT32
() ? ImmediateT32::IsImmediateT32(imm)
in MacroAssembler()
447
if (
IsUsingT32
()) {
in MacroAssembler()
488
from +=
IsUsingT32
() ? kT32PcDelta : kA32PcDelta;
in MacroAssembler()
1159
bool setflags_is_smaller =
IsUsingT32
() && cond.Is(al) && rd.IsLow() &&
in MacroAssembler()
1252
IsUsingT32
()
in MacroAssembler()
[all...]
/third_party/vixl/test/aarch32/
H
A
D
test-assembler-aarch32.cc
167
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
217
if (masm.
IsUsingT32
()) { \
689
if (masm.
IsUsingT32
()) {
in TEST()
700
if (masm.
IsUsingT32
()) {
in TEST()
712
if (masm.
IsUsingT32
()) {
in TEST()
2251
const int margin = masm.
IsUsingT32
() ? 4 : 0;
in TEST()
3105
VIXL_CHECK(!assm.
IsUsingT32
());
in CheckInstructionSetA32()
3112
VIXL_CHECK(assm.
IsUsingT32
());
in CheckInstructionSetT32()
4025
VIXL_ASSERT(masm.
IsUsingT32
());
in TEST_T32()
4098
VIXL_ASSERT(masm.
IsUsingT32
());
in TEST_T32()
[all...]
H
A
D
test-disasm-a32.cc
76
if (masm.
IsUsingT32
()) { \
90
masm.
IsUsingT32
() ? "T32" : "A32", \
107
masm.
IsUsingT32
() ? "T32" : "A32", \
123
if (masm.
IsUsingT32
()) { \
137
masm.
IsUsingT32
() ? "T32" : "A32", \
197
if (masm.
IsUsingT32
()) { \
211
masm.
IsUsingT32
() ? "T32" : "A32"); \
227
masm.
IsUsingT32
() ? "T32" : "A32"); \
233
masm.
IsUsingT32
() ? "T32" : "A32", \
H
A
D
test-simulator-cond-rd-operand-const-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-imm16-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-const-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-macro-assembler-cond-rd-rn-a32.cc
660
if (masm.
IsUsingT32
()) {
in TestHelper()
H
A
D
test-macro-assembler-cond-rd-rn-pc-a32.cc
618
if (masm.
IsUsingT32
()) {
in TestHelper()
H
A
D
test-macro-assembler-cond-rd-rn-t32.cc
660
if (masm.
IsUsingT32
()) {
in TestHelper()
H
A
D
test-simulator-cond-rd-operand-rn-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-rn-rm-ge-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-rn-rm-ge-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-rn-rm-q-a32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
H
A
D
test-simulator-cond-rd-rn-rm-q-t32.cc
101
int pcs_offset = masm.
IsUsingT32
() ? 1 : 0; \
Completed in 66 milliseconds
1
2
3