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

/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp294 case Mips::BC1F:
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp354 case Mips::BC1T: return Mips::BC1F;
355 case Mips::BC1F: return Mips::BC1T;
425 Opc == Mips::BC1T || Opc == Mips::BC1F || Opc == Mips::B ||
/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.cpp933 case Mips::BC1F:
/external/valgrind/main/none/tests/mips32/
H A Dfpu_branches.stdout.exp1 --- BC1F --- if fs != ft then out = fs else out = fs + ft
/external/valgrind/main/none/tests/mips64/
H A Dfpu_branches.stdout.exp1 --- BC1F --- if fs == ft then out = ft else out = fs + ft

Completed in 271 milliseconds