OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omod
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/bluetooth/
btkbd.c
478
uint32_t mod,
omod
;
local
501
omod
= sc->sc_odata.modifiers;
502
if (mod !=
omod
)
505
(
omod
& sc->sc_mods[i].mask))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp
930
if (!ST.hasSDWAOmod() && TII->hasModifiersSet(MI, AMDGPU::OpName::
omod
))
943
TII->hasModifiersSet(MI, AMDGPU::OpName::
omod
)))
1061
// Copy
omod
if present, initialize otherwise if needed
1062
if (AMDGPU::getNamedOperandIdx(SDWAOpcode, AMDGPU::OpName::
omod
) != -1) {
1063
MachineOperand *
OMod
= TII->getNamedOperand(MI, AMDGPU::OpName::
omod
);
1064
if (
OMod
) {
1065
SDWAInst.add(*
OMod
);
GCNDPPCombine.cpp
138
!hasNoImmOrEqual(MI, AMDGPU::OpName::
omod
, 0)) {
SIFoldOperands.cpp
1326
if (TII->hasModifiersSet(MI, AMDGPU::OpName::
omod
))
1365
// Clamp is applied after
omod
, so it is OK if
omod
is set.
1425
// If output denormals are enabled,
omod
is ignored.
1444
int
OMod
= getOModValue(Op, ImmOp->getImm());
1445
if (
OMod
== SIOutMods::NONE ||
1448
TII->hasModifiersSet(MI, AMDGPU::OpName::
omod
) ||
1452
return std::make_pair(RegOp,
OMod
);
1457
// If output denormals are enabled,
omod
is ignored.
1472
!TII->hasModifiersSet(MI, AMDGPU::OpName::
omod
))
[
all
...]
R600InstrInfo.cpp
1229
.addImm(0) // $
omod
1273
OPERAND_CASE(R600::OpName::
omod
)
1314
R600::OpName::
omod
,
SIInstrInfo.cpp
2809
AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::
omod
));
2892
AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::
omod
));
3093
const MachineOperand *
Omod
= getNamedOperand(MI, AMDGPU::OpName::
omod
);
3096
if (!Src0Mods && !Src1Mods && !Clamp && !
Omod
&& !IsF64 &&
3160
.addImm(
Omod
?
Omod
->getImm() : 0);
3489
hasModifiersSet(MI, AMDGPU::OpName::
omod
);
3546
return !hasModifiersSet(MI, AMDGPU::OpName::
omod
) &&
3869
// No
omod
allowed on V
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
7289
{"
omod
", AMDGPUOperand::ImmTyOModSI, false, ConvertOmodMul},
7474
if (AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::
omod
) != -1) {
7519
if (AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::
omod
) != -1) {
8158
if (AMDGPU::getNamedOperandIdx(Inst.getOpcode(), AMDGPU::OpName::
omod
) != -1) {
8168
if (AMDGPU::getNamedOperandIdx(Inst.getOpcode(), AMDGPU::OpName::
omod
) != -1) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp
649
// VOP1/2 - insert
omod
if present in instruction
650
insertNamedMCOperand(MI, MCOperand::createImm(0), AMDGPU::OpName::
omod
);
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026