HomeSort by: relevance | last modified time | path
    Searched refs:jq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 1682 SDValue jq = DAG.getConstant(1, DL, IntVT); local
1685 // char|short jq = ia ^ ib;
1686 jq = DAG.getNode(ISD::XOR, DL, VT, LHS, RHS);
1688 // jq = jq >> (bitsize - 2)
1689 jq = DAG.getNode(ISD::SRA, DL, VT, jq,
1692 // jq = jq | 0x1
1693 jq = DAG.getNode(ISD::OR, DL, VT, jq, DAG.getConstant(1, DL, VT))
    [all...]
  /src/external/mpl/bind/dist/
configure 746 JQ
19208 # Extract the first word of "jq", so it can be a program name with args.
19209 set dummy jq; ac_word=$2
19216 e) case $JQ in
19218 ac_cv_path_JQ="$JQ" # Let the user override the test with a path.
19244 JQ=$ac_cv_path_JQ
19245 if test -n "$JQ"; then
19246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $JQ" >&5
19247 printf "%s\n" "$JQ" >&6; }
29791 ac_config_files="$ac_config_files bin/tests/Makefile bin/tests/system/Makefile bin/tests/system/isctest/vars/.ac_vars/TOP_BUILDDIR bin/tests/system/isctest/vars/.ac_vars/TOP_SRCDIR bin/tests/system/isctest/vars/.ac_vars/FSTRM_CAPTURE bin/tests/system/isctest/vars/.ac_vars/JQ bin/tests/system/isctest/vars/.ac_vars/SHELL bin/tests/system/isctest/vars/.ac_vars/PYTHON bin/tes (…)
    [all...]

Completed in 25 milliseconds