OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeUImmOperand
(Results
1 - 5
of
5
) sorted by null
/external/capstone/arch/SystemZ/
SystemZDisassembler.c
96
static DecodeStatus
decodeUImmOperand
(MCInst *Inst, uint64_t Imm)
113
return
decodeUImmOperand
(Inst, Imm);
119
return
decodeUImmOperand
(Inst, Imm);
125
return
decodeUImmOperand
(Inst, Imm);
131
return
decodeUImmOperand
(Inst, Imm);
137
return
decodeUImmOperand
(Inst, Imm);
143
return
decodeUImmOperand
(Inst, Imm);
/external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp
154
static DecodeStatus
decodeUImmOperand
(MCInst &Inst, uint64_t Imm) {
172
return
decodeUImmOperand
<4>(Inst, Imm);
177
return
decodeUImmOperand
<1>(Inst, Imm);
182
return
decodeUImmOperand
<2>(Inst, Imm);
187
return
decodeUImmOperand
<3>(Inst, Imm);
192
return
decodeUImmOperand
<4>(Inst, Imm);
197
return
decodeUImmOperand
<6>(Inst, Imm);
202
return
decodeUImmOperand
<8>(Inst, Imm);
207
return
decodeUImmOperand
<12>(Inst, Imm);
212
return
decodeUImmOperand
<16>(Inst, Imm)
[
all
...]
/external/capstone/arch/PowerPC/
PPCGenDisassemblerTables.inc
[
all
...]
PPCDisassembler.c
234
static DecodeStatus
decodeUImmOperand
(MCInst *Inst, uint64_t Imm,
/external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp
300
static DecodeStatus
decodeUImmOperand
(MCInst &Inst, uint64_t Imm,
Completed in 951 milliseconds