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
defs:base_reg
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
register_allocate.c
159
ra_add_transitive_reg_conflict(struct ra_regs *regs, unsigned int
base_reg
, unsigned int reg)
ra_add_transitive_reg_conflict()
argument
178
ra_add_transitive_reg_pair_conflict(struct ra_regs *regs, unsigned int
base_reg
, unsigned int reg0, unsigned int reg1)
ra_add_transitive_reg_pair_conflict()
argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_spill.c
128
struct ir3_register *
base_reg
;
member
/third_party/node/deps/v8/src/compiler/backend/mips64/
H
A
D
code-generator-mips64.cc
865
Register
base_reg
= offset.from_stack_pointer() ? sp : fp;
in AssembleArchInstruction()
local
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
code-generator-mips.cc
904
Register
base_reg
= offset.from_stack_pointer() ? sp : fp;
in AssembleArchInstruction()
local
/third_party/node/deps/v8/src/compiler/backend/loong64/
H
A
D
code-generator-loong64.cc
856
Register
base_reg
= offset.from_stack_pointer() ? sp : fp;
in AssembleArchInstruction()
local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
code-generator-riscv64.cc
888
Register
base_reg
= offset.from_stack_pointer() ? sp : fp;
in AssembleArchInstruction()
local
/third_party/node/deps/v8/src/diagnostics/x64/
H
A
D
disasm-x64.cc
346
int
base_reg
(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
in base_reg()
function in disasm::DisassemblerX64
/third_party/node/deps/v8/src/interpreter/
H
A
D
interpreter-assembler.cc
263
TNode<IntPtrT>
base_reg
= RegisterLocation(BytecodeOperandReg(operand_index));
in GetRegisterListAtOperandIndex()
local
/third_party/mesa3d/src/freedreno/decode/
H
A
D
cffdec.c
1457
const unsigned
base_reg
= stage == MESA_SHADER_COMPUTE
in cp_load_state()
local
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_private.h
660
uint32_t *
base_reg
;
member
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
assembler-x64.cc
177
int
base_reg
= (has_sib ? operand.data().buf[1] : modrm) & 0x07;
in Operand()
local
/third_party/node/deps/v8/src/builtins/x64/
H
A
D
builtins-x64.cc
4492
Register
base_reg
= r15;
in CallApiFunctionAndReturn()
local
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_cmd_buffer.c
990
uint32_t
base_reg
= pipeline->user_data_0[stage];
in radv_emit_userdata_address()
local
1211
uint32_t
base_reg
= pipeline->user_data_0[stage];
in radv_emit_inline_push_consts()
local
3299
uint32_t
base_reg
= cmd_buffer->state.graphics_pipeline->base.user_data_0[MESA_SHADER_VERTEX];
in emit_prolog_inputs()
local
3890
uint32_t
base_reg
;
in radv_emit_streamout_buffers()
local
3993
uint32_t
base_reg
;
radv_flush_ngg_query_state()
local
4024
uint32_t
base_reg
;
radv_flush_force_vrs_state()
local
6580
uint32_t
base_reg
= R_00B130_SPI_SHADER_USER_DATA_VS_0;
radv_emit_view_index()
local
6688
uint32_t
base_reg
= cmd_buffer->state.graphics_pipeline->vtx_base_sgpr;
radv_cs_emit_indirect_draw_packet()
local
6824
uint32_t
base_reg
= cmd_buffer->state.graphics_pipeline->vtx_base_sgpr;
radv_cs_emit_dispatch_taskmesh_gfx_packet()
local
7513
const uint32_t
base_reg
= pipeline->base.user_data_0[stage];
radv_emit_ngg_culling_state()
local
8718
uint32_t
base_reg
= pipeline->base.user_data_0[MESA_SHADER_COMPUTE];
radv_trace_rays()
local
[all...]
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_jit_compile.c
2613
int from_sp,
base_reg
, offset, i;
in copy_recurse_data()
local
[all...]
Completed in 65 milliseconds