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:TYPE_S8
(Results
1 - 19
of
19
) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_inlines.h
58
case
TYPE_S8
:
in typeSizeof()
100
case
TYPE_S8
:
in typeSizeofLog2()
110
case 1: return sgn ?
TYPE_S8
: TYPE_U8;
in typeOfSize()
129
return (ty ==
TYPE_S8
|| ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64);
in isSignedIntType()
154
case TYPE_U8: return
TYPE_S8
;
in intTypeToSigned()
H
A
D
nv50_ir_emit_nv50.cpp
592
case
TYPE_S8
: enc = 0x1; break;
in emitLoadStoreSizeLG()
1416
case
TYPE_S8
: code[1] = 0x44018000; break;
in emitCVT()
1432
case
TYPE_S8
: code[1] = 0x0c018000; break;
in emitCVT()
1448
case
TYPE_S8
: code[1] = 0x04018000; break;
in emitCVT()
1472
case
TYPE_S8
: code[1] = 0x08018000; break;
in emitCVT()
1487
case
TYPE_S8
: code[1] = 0x00018000; break;
in emitCVT()
1494
case
TYPE_S8
:
in emitCVT()
1501
case
TYPE_S8
: code[1] = 0x08098000; break;
in emitCVT()
1515
case
TYPE_S8
: code[1] = 0x00098000; break;
in emitCVT()
H
A
D
nv50_ir.cpp
382
case
TYPE_S8
:
in isInteger()
409
case
TYPE_S8
: return reg.data.s8 < 0;
in isNegative()
433
case
TYPE_S8
:
in applyLog2()
H
A
D
nv50_ir_print.cpp
524
case
TYPE_S8
: PRINT("%i", reg.data.s8); break;
in print()
H
A
D
nv50_ir_target_nvc0.cpp
424
case
TYPE_S8
:
H
A
D
nv50_ir_emit_gk110.cpp
1689
case
TYPE_S8
: n = 3; break;
in emitSUGType()
2115
case
TYPE_S8
:
in emitLoadStoreType()
H
A
D
nv50_ir.h
316
TYPE_S8
,
enumerator
H
A
D
nv50_ir_emit_nvc0.cpp
1804
case
TYPE_S8
:
2317
case
TYPE_S8
: code[1] |= 3 << 13; break;
H
A
D
nv50_ir_lowering_nv50.cpp
1666
case SNORM: return t->bits[c] == 8 ?
TYPE_S8
: TYPE_S16;
in getPackedType()
1671
return (t->bits[c] == 8 ?
TYPE_S8
:
in getPackedType()
H
A
D
nv50_ir_emit_gv100.cpp
1521
case
TYPE_S8
: type = 1; break;
in emitSULD()
H
A
D
nv50_ir_lowering_nvc0.cpp
2209
case SNORM: return t->bits[c] == 8 ?
TYPE_S8
: TYPE_S16;
in getSrcType()
2214
return (t->bits[c] == 8 ?
TYPE_S8
:
in getSrcType()
H
A
D
nv50_ir_peephole.cpp
501
case
TYPE_S8
: // NOTE: will be extended
in applyTo()
2259
cvt->sType = cvt->sType == TYPE_U32 ? TYPE_U8 :
TYPE_S8
;
in handleCVT_EXTBF()
H
A
D
nv50_ir_emit_gm107.cpp
3334
case
TYPE_S8
: type = 1; break;
in emitSULDx()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
instr-a3xx.h
407
TYPE_S8
= 7, // XXX I assume?
enumerator
423
case
TYPE_S8
:
in type_size()
472
return (type == TYPE_S32) || (type == TYPE_S16) || (type ==
TYPE_S8
);
in type_sint()
H
A
D
ir3_print.c
63
[
TYPE_S8
] = "s8",
in type_name()
H
A
D
ir3.h
1281
case
TYPE_S8
:
in half_type()
1298
case
TYPE_S8
:
in full_type()
H
A
D
ir3_parser.y
141
return
TYPE_S8
;
1403
| T_TYPE_S8 { $$ =
TYPE_S8
; }
H
A
D
ir3_compiler_nir.c
169
src_type =
TYPE_S8
;
in create_cov()
240
dst_type =
TYPE_S8
;
in create_cov()
/third_party/ffmpeg/libavcodec/
H
A
D
shorten.c
54
#define
TYPE_S8
1
macro
Completed in 72 milliseconds