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:GetRegSize
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
elf_assembler.cpp
330
Encodeb(opCode1 | (
GetRegSize
(reg) == k8Bits ? 0 : 1));
in OpReg()
407
Encodeb(opCode1 | (
GetRegSize
(reg1) == k8Bits ? 0 : 1));
in OpRR()
429
Encodeb(opCode1 | (
GetRegSize
(reg) == k8Bits ? 0 : 1));
in OpRM()
446
uint8 regSize =
GetRegSize
(reg);
in OpImmAndReg()
517
Encodeb(opCode | (
GetRegSize
(reg) == k8Bits ? 0 : 1));
1302
uint8 regSize =
GetRegSize
(reg);
in Mov()
1369
uint8 srcRegSize =
GetRegSize
(srcReg);
in Mov()
1370
uint8 destRegSize =
GetRegSize
(destReg);
in Mov()
1454
OpRR(srcReg, destReg, 0x0F, 0xB6 | (
GetRegSize
(srcReg) == k8Bits ? 0 : 1), true);
in MovZx()
1466
uint8 code2 = 0xBE | (
GetRegSize
(srcRe
in MovSx()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H
A
D
elf_assembler.h
413
uint8
GetRegSize
(Reg reg) const
in GetRegSize()
function in assembler::ElfAssembler
440
if (reg == ERR ||
GetRegSize
(reg) != k8Bits) {
in Need8BitRegPrefix()
454
return
GetRegSize
(reg) == k16Bits ? true : false;
in HasOpndSizePrefix()
465
uint8 regSize = reg == ERR ? k64Bits :
GetRegSize
(reg);
in HasAddrSizePrefix()
471
uint8 rexW =
GetRegSize
(reg) == k64Bits ? 8 : 0;
in GetRex()
482
uint8 rexW =
GetRegSize
(reg1) == k64Bits ||
GetRegSize
(reg2) == k64Bits ? 8 : 0;
in GetRex()
494
uint8 rexW = (reg != ERR &&
GetRegSize
(reg) == k64Bits) ? 8 : 0;
in GetRex()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.h
96
inline int
GetRegSize
() const
in GetRegSize()
function in panda::ecmascript::aarch64::VectorRegister
Completed in 7 milliseconds