HomeSort by relevance Sort by last modified time
    Searched refs:BEQ (Results 51 - 72 of 72) sorted by null

1 23

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 229 BEQ lastStageUnscaledRadix4
252 BEQ lastStageScaledRadix4
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S 172 BEQ lastElement\name
292 BEQ lastElement\name
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 164 masm->instr_at_put(pos, BEQ | (zero_reg.code() << kRsShift) |
constants-mips.h 319 BEQ = ((0 << 3) + 4) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 500 return opcode == BEQ ||
523 return GetOpcodeField(instr) == BEQ;
1174 void Assembler::beq(Register rs, Register rt, int16_t offset) { function in class:v8::Assembler
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.h 166 masm->instr_at_put(pos, BEQ | (zero_reg.code() << kRsShift) |
constants-mips64.h 284 BEQ = ((0 << 3) + 4) << kOpcodeShift,
assembler-mips64.cc 478 return opcode == BEQ ||
501 return GetOpcodeField(instr) == BEQ;
1143 beq(zero_reg, zero_reg, offset);
1153 void Assembler::beq(Register rs, Register rt, int16_t offset) { function in class:v8::Assembler
    [all...]
simulator-mips64.cc     [all...]
macro-assembler-mips64.cc     [all...]
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_rgba8888.s 172 BEQ LABEL_YUV420SP_TO_RGB8888_WIDTH_LOOP_SKIP
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 384 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::BEQ)).addReg(Mips::ZERO)
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 261 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
269 BEQ END_LOOPS @No Residue jump to end function
ihevc_sao_edge_offset_class0_chroma.s 279 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
287 BEQ END_LOOPS @No Residue jump to end function
ihevc_sao_edge_offset_class2.s 113 BEQ PU1_AVAIL_7_LOOP
136 BEQ PU1_AVAIL_7_LOOP
149 BEQ PU1_AVAIL
173 BEQ PU1_AVAIL
522 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
    [all...]
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class0_chroma.s 318 BEQ WIDTH_RESIDUE //If residue remains jump to residue loop
326 BEQ END_LOOPS //No Residue jump to end function
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 366 BEQ celt_pitch_xcorr_edsp_process1u_done
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_rgba8888.s 179 BEQ LABEL_YUV420SP_TO_RGB8888_WIDTH_LOOP_SKIP
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 366 BEQ celt_pitch_xcorr_edsp_process1u_done
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 913 case Mips::BEQ:
    [all...]

Completed in 1949 milliseconds

1 23