OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DispVal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp
128
int64_t
DispVal
= DispSpec.getImm();
129
if (
DispVal
|| (!IndexReg.getReg() && !BaseReg.getReg())) {
131
if (
DispVal
> 0)
135
DispVal
= -
DispVal
;
138
O <<
DispVal
;
X86ATTInstPrinter.cpp
118
int64_t
DispVal
= DispSpec.getImm();
119
if (
DispVal
|| (!IndexReg.getReg() && !BaseReg.getReg()))
120
O <<
DispVal
;
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
90
void emitDisplacementField(const MachineOperand *RelocOp, int
DispVal
,
402
int
DispVal
,
408
emitConstant(
DispVal
, 4);
442
int
DispVal
= 0;
454
DispVal
+= MCE.getConstantPoolEntryAddress(Op3.getIndex());
455
DispVal
+= Op3.getOffset();
461
DispVal
+= MCE.getJumpTableEntryAddress(Op3.getIndex());
464
DispVal
= Op3.getImm();
479
emitDisplacementField(DispForReloc,
DispVal
, PCAdj, true);
508
emitDisplacementField(DispForReloc,
DispVal
, PCAdj, true)
[
all
...]
X86AsmPrinter.cpp
296
int
DispVal
= DispSpec.getImm();
297
if (
DispVal
|| !HasParenPart)
298
O <<
DispVal
;
Completed in 5407 milliseconds