Searched refs:BC1F (Results 1 – 25 of 27) sorted by relevance
12
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 233 Opc == Mips::BC1T || Opc == Mips::BC1F || Opc == Mips::J) ? in GetAnalyzableBrOpc() 255 case Mips::BC1T : return Mips::BC1F; in GetOppositeBranchOpc() 256 case Mips::BC1F : return Mips::BC1T; in GetOppositeBranchOpc()
|
D | MipsInstrFPU.td | 237 def BC1F : FBRANCH<0, 0, MIPS_BRANCH_F, "bc1f">;
|
D | MipsISelLowering.cpp | 800 return ExpandCondMov(MI, BB, dl, Subtarget, TII, true, Mips::BC1F); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 422 case Mips::BC1T: return Mips::BC1F; in getOppositeBranchOpc() 423 case Mips::BC1F: return Mips::BC1T; in getOppositeBranchOpc() 513 Opc == Mips::BC1T || Opc == Mips::BC1F || Opc == Mips::B || in getAnalyzableBrOpc()
|
D | MipsInstrFPU.td | 528 def BC1F : MMRel, BC1F_FT<"bc1f", brtarget, II_BC1F, MIPS_BRANCH_F>, 597 def : MipsInstAlias<"bc1f $offset", (BC1F FCC0, brtarget:$offset)>,
|
D | MipsISelLowering.cpp | 1089 return emitPseudoSELECT(MI, BB, true, Mips::BC1F); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 250 case Mips::BC1F: in printAlias()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 106 #define BC1F (HI(17) | (8 << 21)) macro 1616 inst = BC1F | JUMP_LENGTH; \ 1929 PTR_FAIL_IF(push_inst(compiler, (if_true ? BC1F : BC1T) | JUMP_LENGTH, UNMOVABLE_INS)); in sljit_emit_fcmp()
|
/external/valgrind/none/tests/mips32/ |
D | fpu_branches.stdout.exp | 1 --- BC1F --- if fs != ft then out = fs else out = fs + ft
|
/external/valgrind/none/tests/mips64/ |
D | fpu_branches.stdout.exp | 1 --- BC1F --- if fs == ft then out = ft else out = fs + ft
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1551 case Mips::BC1F: in processInstruction()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 141418 1BC1F 0021 141419 1BC1F 003F 141420 1BC1F 0334 141421 1BC1F 0061 141422 1BC1F 0041 141423 1BC1F 0062
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 133221 1BC1F 0021 133222 1BC1F 003F 133223 1BC1F 0061 133224 1BC1F 0041 133225 1BC1F 0062
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 141418 1BC1F 0021 141419 1BC1F 003F 141420 1BC1F 0334 141421 1BC1F 0061 141422 1BC1F 0041 141423 1BC1F 0062
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 133221 1BC1F 0021 133222 1BC1F 003F 133223 1BC1F 0061 133224 1BC1F 0041 133225 1BC1F 0062
|
/external/icu/icu4c/source/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 141420 1BC1F 0021 141421 1BC1F 003F 141422 1BC1F 0334 141423 1BC1F 0061 141424 1BC1F 0041 141425 1BC1F 0062
|
D | NormalizationTest-3.2.0.txt | 6382 BC1F;BC1F;1107 1161 11B2;BC1F;1107 1161 11B2;
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 133223 1BC1F 0021 133224 1BC1F 003F 133225 1BC1F 0061 133226 1BC1F 0041 133227 1BC1F 0062
|
/external/icu/icu4c/source/data/unidata/ |
D | NormalizationTest.txt | 6544 BC1F;BC1F;1107 1161 11B2;BC1F;1107 1161 11B2;
|
D | FractionalUCA.txt | 42168 1BC1F; [7B 58 E2, 05, 05]
|
D | UnicodeData.txt | 24880 1BC1F;DUPLOYAN LETTER J M;Lo;0;L;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | NormalizationTest.txt | 6544 BC1F;BC1F;1107 1161 11B2;BC1F;1107 1161 11B2;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationTest.txt | 6544 BC1F;BC1F;1107 1161 11B2;BC1F;1107 1161 11B2;
|
D | UnicodeData.txt | 24880 1BC1F;DUPLOYAN LETTER J M;Lo;0;L;;;;;N;;;;;
|
/external/valgrind/VEX/orig_x86/ |
D | fpu_mmx_sse.orig | 5939 . 0 804BC1F 62 30539 . 0 804BC1F 7
|
12