Searched refs:TEMP (Results 1 – 5 of 5) sorted by relevance
14 TEMP="$(mktemp)"17 echo ".text" > "$TEMP.S"18 echo ".word $INSN" >> "$TEMP.S"23 riscv64-linux-gnu-as -march=rv64gc_zba_zbb_zbs_v -o "$TEMP.o" "$TEMP.S"26 riscv64-linux-gnu-strip "$TEMP.o"27 riscv64-linux-gnu-objdump -M numeric -d "$TEMP.o" | sed '0,/<.text>/d'29 rm "$TEMP.S" "$TEMP.o"
33 export TEMP=$TEST_TMPDIR35 if [[ "$TEMP" == "" ]] ; then36 TEMP=./tmp37 mkdir -p $TEMP41 rm -fr $TEMP/*47 STUB=$TEMP/stub.jar48 IMPL=$TEMP/impl.jar50 ANNOTATION_FILTER=$TEMP/annotation-filter.txt52 HOSTSTUBGEN_OUT=$TEMP/output.txt
48 print_if_exists $DIR"/thermal_zone"$ZONE"/temp" TEMP50 printf "Zone %02d: MODE=%-8s TEMP=%-5s TYPE=%s\n" $ZONE $MODE $TEMP $TYPE
17 description: "Permit updates to TEMP tables in read-only transactions"
153 // TEMP: used by cheets2 project - remove when no longer used