OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SImm
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.cpp
421
int16_t
SImm
= static_cast<int16_t>(Imm);
422
if (isInlinableIntLiteral(
SImm
)) {
423
O <<
SImm
;
433
int16_t
SImm
= static_cast<int16_t>(Imm);
434
if (isInlinableIntLiteral(
SImm
)) {
435
O <<
SImm
;
474
int32_t
SImm
= static_cast<int32_t>(Imm);
475
if (
SImm
>= -16 &&
SImm
<= 64) {
476
O <<
SImm
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
599
int32_t
SImm
= MO1.getImm();
603
if (
SImm
== INT32_MIN) {
604
SImm
= 0;
609
if (
SImm
< 0) {
610
SImm
= -
SImm
;
614
Imm =
SImm
;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
3982
int16_t
SImm
;
3983
if (isIntS16Immediate(RHS,
SImm
))
3985
getI32Imm((int)
SImm
& 0xFFFF,
4029
int16_t
SImm
;
4030
if (isIntS16Immediate(RHS,
SImm
))
4032
getI64Imm(
SImm
& 0xFFFF, dl)),
Completed in 42 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026