OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsN64
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCELFObjectWriter.h
52
const unsigned
IsN64
: 1;
58
bool
IsN64
=false);
95
bool
isN64
() const { return
IsN64
; }
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp
36
IsN64
(tm.getSubtarget<MipsSubtarget>().isABI_N64()) {}
189
Opc =
IsN64
? Mips::SW_P8 : Mips::SW;
191
Opc =
IsN64
? Mips::SD_P8 : Mips::SD;
193
Opc =
IsN64
? Mips::STORE_AC64_P8 : Mips::STORE_AC64;
195
Opc =
IsN64
? Mips::STORE_AC_DSP_P8 : Mips::STORE_AC_DSP;
197
Opc =
IsN64
? Mips::STORE_AC128_P8 : Mips::STORE_AC128;
199
Opc =
IsN64
? Mips::STORE_CCOND_DSP_P8 : Mips::STORE_CCOND_DSP;
201
Opc =
IsN64
? Mips::SWC1_P8 : Mips::SWC1;
205
Opc =
IsN64
? Mips::SDC164_P8 : Mips::SDC164;
222
Opc =
IsN64
? Mips::LW_P8 : Mips::LW
[
all
...]
MipsSEInstrInfo.h
24
bool
IsN64
;
MipsRegisterInfo.cpp
211
bool
IsN64
= Subtarget.isABI_N64();
216
return TFI->hasFP(MF) ? (
IsN64
? Mips::FP_64 : Mips::FP) :
217
(
IsN64
? Mips::SP_64 : Mips::SP);
MipsISelLowering.cpp
218
HasMips64(Subtarget->hasMips64()),
IsN64
(Subtarget->isABI_N64()),
399
setStackPointerRegisterToSaveRestore(
IsN64
? Mips::SP_64 : Mips::SP);
401
setExceptionPointerRegister(
IsN64
? Mips::A0_64 : Mips::A0);
402
setExceptionSelectorRegister(
IsN64
? Mips::A1_64 : Mips::A1);
[
all
...]
MipsISelLowering.h
330
bool HasMips64,
IsN64
, IsO32;
MipsSEISelLowering.cpp
558
unsigned T9Reg =
IsN64
? Mips::T9_64 : Mips::T9;
/external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp
24
IsN64
(IsN64_){
Completed in 77 milliseconds