Home
last modified time | relevance | path

Searched refs:SBFM (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dbitfield-extract.ll84 ; SHR with multiple uses is fine as SXTH and SBFX are both aliases of SBFM.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbitfield-extract.ll84 ; SHR with multiple uses is fine as SXTH and SBFX are both aliases of SBFM.
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c114 #define SBFM 0x93000000 macro
718 return push_inst(compiler, (SBFM ^ inv_bits) | RD(dst) | RN(arg2) | (7 << 10)); in emit_op_imm()
726 return push_inst(compiler, (SBFM ^ inv_bits) | RD(dst) | RN(arg2) | (15 << 10)); in emit_op_imm()
736 return push_inst(compiler, SBFM | (1 << 22) | RD(dst) | RN(arg2) | (31 << 10)); in emit_op_imm()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td169 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64InstrInfo.td1005 defm SBFM : BitfieldImm<0b00, "sbfm">;
5321 // To sign extend, we use a signed bitfield move instruction (SBFM) on the
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td171 // ASRV,LSLV,LSRV,RORV,BFM,SBFM,UBFM
DAArch64InstrInfo.td1201 defm SBFM : BitfieldImm<0b00, "sbfm">;
5713 // To sign extend, we use a signed bitfield move instruction (SBFM) on the
/external/v8/src/codegen/arm64/
Dconstants-arm64.h675 SBFM = SBFM_w, enumerator
Dassembler-arm64.cc978 Emit(SF(rd) | SBFM | N | ImmR(immr, rd.SizeInBits()) | in sbfm()
/external/vixl/src/aarch64/
Dconstants-aarch64.h684 SBFM = SBFM_w, enumerator
Dassembler-aarch64.cc696 Emit(SF(rd) | SBFM | N | ImmR(immr, rd.GetSizeInBits()) | in sbfm()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2311 ### SBFM ### subsection