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:BranchOffset
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
H
A
D
MipsDisassembler.cpp
2214
int32_t
BranchOffset
= (SignExtend32<16>(Offset) * 4) + 4;
in DecodeBranchTarget()
local
2215
Inst.addOperand(MCOperand::createImm(
BranchOffset
));
in DecodeBranchTarget()
2223
int32_t
BranchOffset
= (SignExtend32<16>(Offset) * 2);
in DecodeBranchTarget1SImm16()
local
2224
Inst.addOperand(MCOperand::createImm(
BranchOffset
));
in DecodeBranchTarget1SImm16()
2241
int32_t
BranchOffset
= SignExtend32<21>(Offset) * 4 + 4;
in DecodeBranchTarget21()
local
2243
Inst.addOperand(MCOperand::createImm(
BranchOffset
));
in DecodeBranchTarget21()
2251
int32_t
BranchOffset
= SignExtend32<21>(Offset) * 4 + 4;
in DecodeBranchTarget21MM()
local
2253
Inst.addOperand(MCOperand::createImm(
BranchOffset
));
in DecodeBranchTarget21MM()
2261
int32_t
BranchOffset
= SignExtend32<26>(Offset) * 4 + 4;
in DecodeBranchTarget26()
local
2263
Inst.addOperand(MCOperand::createImm(
BranchOffset
));
in DecodeBranchTarget26()
2271
int32_t
BranchOffset
= SignExtend32<8>(Offset << 1);
DecodeBranchTarget7MM()
local
2280
int32_t
BranchOffset
= SignExtend32<11>(Offset << 1);
DecodeBranchTarget10MM()
local
2289
int32_t
BranchOffset
= SignExtend32<16>(Offset) * 2 + 4;
DecodeBranchTargetMM()
local
2298
int32_t
BranchOffset
= SignExtend32<27>(Offset << 1);
DecodeBranchTarget26MM()
local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/test/
H
A
D
test-scheduler-predicates.cpp
154
TEST_F(SchedulerPredicates,
BranchOffset
)
in TEST_F()
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.h
589
inline int16_t boffset() const { return instr_.
BranchOffset
(); }
in boffset()
/third_party/node/deps/v8/src/codegen/loong64/
H
A
D
assembler-loong64.cc
580
int branch_offset =
BranchOffset
(instr);
in bind_to()
640
int Assembler::
BranchOffset
(Instr instr) {
in BranchOffset()
function in v8::internal::Assembler
H
A
D
assembler-loong64.h
181
int
BranchOffset
(Instr instr);
/third_party/node/deps/v8/src/diagnostics/riscv64/
H
A
D
disasm-riscv64.cc
278
int32_t imm = instr->
BranchOffset
();
in PrintBranchOffset()
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
assembler-mips.cc
1050
int branch_offset =
BranchOffset
(instr);
in bind_to()
1104
int Assembler::
BranchOffset
(Instr instr) {
in BranchOffset()
function in v8::internal::Assembler
H
A
D
assembler-mips.h
217
int
BranchOffset
(Instr instr);
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64.h
212
int
BranchOffset
(Instr instr);
H
A
D
constants-riscv64.h
1631
inline int
BranchOffset
() const {
H
A
D
assembler-riscv64.cc
379
int32_t imm13 =
BranchOffset
(instr);
in target_at()
729
int Assembler::
BranchOffset
(Instr instr) {
in BranchOffset()
function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64.h
217
int
BranchOffset
(Instr instr);
H
A
D
assembler-mips64.cc
976
int branch_offset =
BranchOffset
(instr);
in bind_to()
1033
int Assembler::
BranchOffset
(Instr instr) {
in BranchOffset()
function in v8::internal::Assembler
Completed in 54 milliseconds