Searched refs:COPY_U (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 949 COPY_U = (3U << 22), enumerator
|
D | assembler-mips.cc | 3646 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()
|
D | disasm-mips.cc | 2172 case COPY_U: in DecodeTypeMsaELM()
|
D | simulator-mips.cc | 4574 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/ |
D | constants-mips64.h | 983 COPY_U = (3U << 22), enumerator
|
D | simulator-mips64.cc | 4786 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()
|
D | assembler-mips64.cc | 3968 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()
|
D | disasm-mips64.cc | 2486 case COPY_U: in DecodeTypeMsaELM()
|