Searched refs:SSTable (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 562 static const unsigned SSTable[] = { ~0U, 0, 1, ~0U, 2, ~0U, ~0U, ~0U, 3 }; in emitMemModRMByte() local 563 unsigned SS = SSTable[Scale.getImm()]; in emitMemModRMByte()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 355 static const unsigned SSTable[] = { ~0U, 0, 1, ~0U, 2, ~0U, ~0U, ~0U, 3 }; in EmitMemModRMByte() local 356 unsigned SS = SSTable[Scale.getImm()]; in EmitMemModRMByte()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 565 static const unsigned SSTable[] = { ~0U, 0, 1, ~0U, 2, ~0U, ~0U, ~0U, 3 }; in emitMemModRMByte() local 566 unsigned SS = SSTable[Scale.getImm()]; in emitMemModRMByte()
|