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:UBFM
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitNativeARM_64.c
140
#define
UBFM
0xd3000000
macro
721
FAIL_IF(push_inst(compiler, (
UBFM
^ inv_bits) | RD(dst) | RN(arg1) | inst_bits));
in emit_op_imm()
741
FAIL_IF(push_inst(compiler, (
UBFM
^ inv_bits) | RD(dst) | RN(arg1) | inst_bits));
in emit_op_imm()
786
return push_inst(compiler, (
UBFM
^ W_OP) | RD(dst) | RN(arg2) | (7 << 10));
in emit_op_imm()
794
return push_inst(compiler, (
UBFM
^ W_OP) | RD(dst) | RN(arg2) | (15 << 10));
in emit_op_imm()
1542
FAIL_IF(push_inst(compiler, (
UBFM
^ inv_bits) | RD(TMP_REG1) | RN(src1) | imm));
in sljit_emit_shift_into()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
constants-arm64.h
681
UBFM
= UBFM_w
H
A
D
assembler-arm64.cc
1002
Emit(SF(rd) |
UBFM
| N | ImmR(immr, rd.SizeInBits()) |
in ubfm()
/third_party/vixl/src/aarch64/
H
A
D
constants-aarch64.h
833
UBFM
= UBFM_w
enumerator
H
A
D
assembler-aarch64.cc
708
Emit(SF(rd) |
UBFM
| N | ImmR(immr, rd.GetSizeInBits()) |
in ubfm()
Completed in 37 milliseconds