Home
last modified time | relevance | path

Searched refs:COPY_U (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h949 COPY_U = (3U << 22), enumerator
Dassembler-mips.cc3646 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_B, n, ws, rd); in copy_u_b()
3650 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_H, n, ws, rd); in copy_u_h()
3654 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_W, n, ws, rd); in copy_u_w()
Ddisasm-mips.cc2172 case COPY_U: in DecodeTypeMsaELM()
Dsimulator-mips.cc4574 case COPY_U: { in DecodeTypeMsaELM()
4582 (opcode == COPY_U) ? alu_out & 0xFFu : alu_out); in DecodeTypeMsaELM()
4590 (opcode == COPY_U) ? alu_out & 0xFFFFu : alu_out); in DecodeTypeMsaELM()
/external/v8/src/mips64/
Dconstants-mips64.h983 COPY_U = (3U << 22), enumerator
Dsimulator-mips64.cc4786 case COPY_U: { in DecodeTypeMsaELM()
4794 (opcode == COPY_U) ? alu_out & 0xFFu : alu_out); in DecodeTypeMsaELM()
4801 (opcode == COPY_U) ? alu_out & 0xFFFFu : alu_out); in DecodeTypeMsaELM()
4808 (opcode == COPY_U) ? alu_out & 0xFFFFFFFFu : alu_out); in DecodeTypeMsaELM()
Dassembler-mips64.cc3968 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_B, n, ws, rd); in copy_u_b()
3972 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_H, n, ws, rd); in copy_u_h()
3976 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_W, n, ws, rd); in copy_u_w()
Ddisasm-mips64.cc2486 case COPY_U: in DecodeTypeMsaELM()