OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBranchTargetOpValue
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
117
///
getBranchTargetOpValue
- Return encoding info for 24-bit immediate
119
uint32_t
getBranchTargetOpValue
(const MCInst &MI, unsigned OpIdx,
585
///
getBranchTargetOpValue
- Helper function to get the branch target operand,
587
static uint32_t
getBranchTargetOpValue
(const MCInst &MI, unsigned OpIdx,
630
return ::
getBranchTargetOpValue
(MI, OpIdx, ARM::fixup_arm_thumb_bl,
643
return ::
getBranchTargetOpValue
(MI, OpIdx, ARM::fixup_arm_thumb_blx,
655
return ::
getBranchTargetOpValue
(MI, OpIdx, ARM::fixup_arm_thumb_br,
667
return ::
getBranchTargetOpValue
(MI, OpIdx, ARM::fixup_arm_thumb_bcc,
679
return ::
getBranchTargetOpValue
(MI, OpIdx, ARM::fixup_arm_thumb_cb, Fixups, STI);
700
///
getBranchTargetOpValue
- Return encoding info for 24-bit immediate branc
[
all
...]
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp
63
unsigned
getBranchTargetOpValue
(const MCInst &MI, unsigned OpNo,
177
getBranchTargetOpValue
(const MCInst &MI, unsigned OpNo,
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h
98
//
getBranchTargetOpValue
- Return binary encoding of the branch
101
unsigned
getBranchTargetOpValue
(const MCInst &MI, unsigned OpNo,
119
//
getBranchTargetOpValue
- Return binary encoding of the microMIPS branch
MipsMCCodeEmitter.cpp
217
///
getBranchTargetOpValue
- Return binary encoding of the branch
221
getBranchTargetOpValue
(const MCInst &MI, unsigned OpNo,
231
"
getBranchTargetOpValue
expects only expressions or immediates");
284
///
getBranchTargetOpValue
- Return binary encoding of the microMIPS branch
[
all
...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp
103
///
getBranchTargetOpValue
- Return the encoded value for an unconditional
105
uint32_t
getBranchTargetOpValue
(const MCInst &MI, unsigned OpIdx,
378
///
getBranchTargetOpValue
- Return the encoded value for an unconditional
381
AArch64MCCodeEmitter::
getBranchTargetOpValue
(const MCInst &MI, unsigned OpIdx,
Completed in 4162 milliseconds