Home
last modified time | relevance | path

Searched defs:JR (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp371 unsigned JR = ABI.IsN64() ? Mips::JR64 : Mips::JR; in buildProperJumpMI() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp385 unsigned JR = ABI.IsN64() ? Mips::JR64 : Mips::JR; in buildProperJumpMI() local
/external/google-benchmark/test/
Doutput_test_helper.cc395 benchmark::JSONReporter JR; in RunOutputTests() local
/external/cronet/stable/third_party/google_benchmark/src/test/
Doutput_test_helper.cc395 benchmark::JSONReporter JR; in RunOutputTests() local
/external/cronet/tot/third_party/google_benchmark/src/test/
Doutput_test_helper.cc395 benchmark::JSONReporter JR; in RunOutputTests() local
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc381 benchmark::JSONReporter JR; in RunOutputTests() local
/external/pcre/src/sljit/
DsljitNativeMIPS_common.c244 #define JR (HI(0) | LO(9)) macro
246 #define JR (HI(0) | LO(8)) macro