Searched refs:COPY_S (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 947 COPY_S = (2U << 22), enumerator
|
D | assembler-mips.cc | 3634 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_B, n, ws, rd); in copy_s_b() 3638 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_H, n, ws, rd); in copy_s_h() 3642 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_W, n, ws, rd); in copy_s_w()
|
D | disasm-mips.cc | 2164 case COPY_S: in DecodeTypeMsaELM()
|
D | simulator-mips.cc | 4573 case COPY_S: in DecodeTypeMsaELM()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 981 COPY_S = (2U << 22), enumerator
|
D | assembler-mips64.cc | 3952 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_B, n, ws, rd); in copy_s_b() 3956 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_H, n, ws, rd); in copy_s_h() 3960 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_W, n, ws, rd); in copy_s_w() 3964 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_D, n, ws, rd); in copy_s_d()
|
D | disasm-mips64.cc | 2478 case COPY_S: in DecodeTypeMsaELM()
|
D | simulator-mips64.cc | 4785 case COPY_S: in DecodeTypeMsaELM()
|