OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addrnumoperands
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp
211
unsigned e = (isTwoAddr ? X86::
AddrNumOperands
+1 : X86::
AddrNumOperands
);
866
X86_MC::getX86RegNum(MI.getOperand(CurOp + X86::
AddrNumOperands
)
868
CurOp += X86::
AddrNumOperands
+ 1;
886
int AddrOperands = X86::
AddrNumOperands
;
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86MCInstLower.cpp
353
assert(OutMI.getNumOperands() == 1+X86::
AddrNumOperands
&&
X86FloatingPoint.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
510
CurOp = X86::
AddrNumOperands
;
683
unsigned e = (isTwoAddr ? X86::
AddrNumOperands
+1 : X86::
AddrNumOperands
);
[
all
...]
X86BaseInfo.h
40
///
AddrNumOperands
- Total number of operands in a memory reference.
41
AddrNumOperands
= 5
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
727
CurOp += X86::
AddrNumOperands
;
778
// CurOp + X86::
AddrNumOperands
will point to src3.
779
VEX_4V = ~getX86RegEncoding(MI, CurOp + X86::
AddrNumOperands
) & 0xf;
[
all
...]
X86BaseInfo.h
41
///
AddrNumOperands
- Total number of operands in a memory reference.
42
AddrNumOperands
= 5
/external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp
467
MachineOperand PushOp = MOV->getOperand(X86::
AddrNumOperands
);
516
for (unsigned i = NumOps - X86::
AddrNumOperands
; i != NumOps; ++i)
X86InstrInfo.h
137
return Op + X86::
AddrNumOperands
<= MI.getNumOperands() &&
X86InstrInfo.cpp
[
all
...]
X86MCInstLower.cpp
404
assert(OutMI.getNumOperands() == 1+X86::
AddrNumOperands
&&
[
all
...]
X86FloatingPoint.cpp
[
all
...]
Completed in 544 milliseconds