Searched refs:CFC1 (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.cpp112 Opc = Mips::CFC1;
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c115 #define CFC1 (HI(17) | (2 << 21)) macro
1384 FAIL_IF(push_inst(compiler, CFC1 | TA(EQUAL_FLAG) | DA(FCSR_REG), EQUAL_FLAG));
1391 FAIL_IF(push_inst(compiler, CFC1 | TA(ULESS_FLAG) | DA(FCSR_REG), ULESS_FLAG));
1395 FAIL_IF(push_inst(compiler, CFC1 | TA(UGREATER_FLAG) | DA(FCSR_REG), UGREATER_FLAG));
2083 FAIL_IF(push_inst(compiler, CFC1 | TA(sugg_dst_ar) | DA(FCSR_REG), sugg_dst_ar));
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp93 Opc = Mips::CFC1;
/external/v8/src/mips/
H A Dconstants-mips.h497 CFC1 = ((0U << 3) + 2) << 21,
H A Ddisasm-mips.cc499 if ((CTC1 == instr->RsFieldRaw()) || (CFC1 == instr->RsFieldRaw())) {
1352 case CFC1:
H A Dassembler-mips.cc2344 GenInstrRegister(COP1, CFC1, rt, fs);
H A Dsimulator-mips.cc3543 case CFC1:
/external/v8/src/mips64/
H A Dconstants-mips64.h526 CFC1 = ((0U << 3) + 2) << 21,
H A Ddisasm-mips64.cc515 if ((CTC1 == instr->RsFieldRaw()) || (CFC1 == instr->RsFieldRaw())) {
1108 case CFC1:
H A Dassembler-mips64.cc2677 GenInstrRegister(COP1, CFC1, rt, fs);
H A Dsimulator-mips64.cc3431 case CFC1:
/external/valgrind/none/tests/mips64/
H A Dfpu_control_word.stdout.exp1 --- CTC1, CFC1 ---
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3147 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);
3148 TOut.emitRR(Mips::CFC1, ThirdReg, Mips::RA, IDLoc, STI);

Completed in 256 milliseconds