Home
last modified time | relevance | path

Searched refs:SPLATI (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h945 SPLATI = (1U << 22), enumerator
Dassembler-mips.cc3618 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_B, n, ws, wd); in splati_b()
3622 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_H, n, ws, wd); in splati_h()
3626 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_W, n, ws, wd); in splati_w()
3630 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_D, n, ws, wd); in splati_d()
Ddisasm-mips.cc2154 case SPLATI: in DecodeTypeMsaELM()
Dsimulator-mips.cc4682 case SPLATI: in DecodeTypeMsaELM()
/external/v8/src/mips64/
Dconstants-mips64.h979 SPLATI = (1U << 22), enumerator
Dassembler-mips64.cc3936 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_B, n, ws, wd); in splati_b()
3940 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_H, n, ws, wd); in splati_h()
3944 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_W, n, ws, wd); in splati_w()
3948 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_D, n, ws, wd); in splati_d()
Ddisasm-mips64.cc2468 case SPLATI: in DecodeTypeMsaELM()
Dsimulator-mips64.cc4907 case SPLATI: in DecodeTypeMsaELM()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td331 def : InstRW<[P5600WriteMSAShortInt], (instregex "^(SPLAT|SPLATI)_[BHWD]$")>;
DMipsScheduleGeneric.td936 def : InstRW<[GenericWriteMSAShortInt], (instregex "^(SPLAT|SPLATI)_[BHWD]$")>;