Searched refs:BC1F (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp314 case Mips::BC1F:
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp351 case Mips::BC1T: return Mips::BC1F;
352 case Mips::BC1F: return Mips::BC1T;
427 Opc == Mips::BC1T || Opc == Mips::BC1F || Opc == Mips::B ||
H A DMipsISelLowering.cpp1012 return emitPseudoSELECT(MI, BB, true, Mips::BC1F);
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c106 #define BC1F (HI(17) | (8 << 21)) macro
1629 inst = BC1F | JUMP_LENGTH; \
1941 PTR_FAIL_IF(push_inst(compiler, (if_true ? BC1F : BC1T) | JUMP_LENGTH, UNMOVABLE_INS));
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1274 case Mips::BC1F:
/external/valgrind/none/tests/mips32/
H A Dfpu_branches.stdout.exp1 --- BC1F --- if fs != ft then out = fs else out = fs + ft
/external/valgrind/none/tests/mips64/
H A Dfpu_branches.stdout.exp1 --- BC1F --- if fs == ft then out = ft else out = fs + ft

Completed in 292 milliseconds