HomeSort by relevance Sort by last modified time
    Searched full:ubfx (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /art/compiler/utils/arm/
assembler_arm32_test.cc 673 TEST_F(AssemblerArm32Test, Ubfx) {
693 DriverStr(RepeatRRiiC(&arm::Arm32Assembler::ubfx, immediates,
694 "ubfx{cond} {reg1}, {reg2}, #{imm1}, #{imm2}"), "ubfx");
assembler_arm32.h 113 void ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond = AL) OVERRIDE;
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 205 ubfx x10, x0, #0, #32
arm64-aliases.s 186 ubfx w0, w0, #2, #3
187 ubfx x0, x0, #2, #3
201 ; CHECK: ubfx w0, w0, #2, #3
202 ; CHECK: ubfx x0, x0, #2, #3
254 ; CHECK: ubfx x1, x2, #0, #32
basic-a64-diagnostics.s     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 159 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
ARMAssemblerProxy.h 147 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
ARMAssemblerInterface.h 219 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width) = 0;
Arm64Assembler.h 176 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
MIPS64Assembler.h 167 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
  /external/valgrind/none/tests/arm/
v6intARM.stdout.exp     [all...]
v6intThumb.c     [all...]
v6media.c 369 printf("------------ UBFX ------------\n");
370 /* ubfx rDst, rSrc, #lsb, #width */
371 TESTINST2("ubfx r0, r1, #0, #1", 0x00000000, r0, r1, 0);
372 TESTINST2("ubfx r0, r1, #0, #1", 0x00000001, r0, r1, 0);
373 TESTINST2("ubfx r0, r1, #1, #1", 0x00000000, r0, r1, 0);
374 TESTINST2("ubfx r0, r1, #1, #1", 0x00000001, r0, r1, 0);
375 TESTINST2("ubfx r0, r1, #1, #1", 0x00000002, r0, r1, 0);
376 TESTINST2("ubfx r0, r1, #1, #1", 0x00000003, r0, r1, 0);
378 TESTINST2("ubfx r0, r1, #0, #2", 0x00000000, r0, r1, 0);
379 TESTINST2("ubfx r0, r1, #0, #2", 0x00000001, r0, r1, 0)
    [all...]
v6media.stdout.exp 138 ------------ UBFX ------------
139 ubfx r0, r1, #0, #1 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
140 ubfx r0, r1, #0, #1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
141 ubfx r0, r1, #1, #1 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
142 ubfx r0, r1, #1, #1 :: rd 0x00000000 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
143 ubfx r0, r1, #1, #1 :: rd 0x00000001 rm 0x00000002, carryin 0, cpsr 0x00000000 ge[3:0]=0000
144 ubfx r0, r1, #1, #1 :: rd 0x00000001 rm 0x00000003, carryin 0, cpsr 0x00000000 ge[3:0]=0000
145 ubfx r0, r1, #0, #2 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
146 ubfx r0, r1, #0, #2 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000 ge[3:0]=0000
147 ubfx r0, r1, #1, #2 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleSwift.td 181 // BFI,BFC, SBFX,UBFX
183 (instregex "BFC", "BFI", "UBFX", "SBFX", "(t|t2)BFC", "(t|t2)BFI",
184 "(t|t2)UBFX", "(t|t2)SBFX")>;
    [all...]
  /external/llvm/test/MC/Disassembler/ARM/
arm-tests.txt 167 # CHECK: ubfx r0, r0, #16, #1
  /external/libhevc/common/arm64/
ihevc_deblk_luma_horz.s 275 // ubfx x7,x2,#24,#8 @ has the -1 value
277 // ubfx x8,x3,#24,#8 @ has the 3 value
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb32.s 174 ubfx r9, r0, #0, #1
176 ubfx r0, r0, #21, #1
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 555 // Try to interpret this AND as UBFX.
561 // UBFX cannot extract bits past the register size, however since
563 // still use UBFX with a smaller mask and the remaining bits will be
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm-2.c 110 case 505: /* ubfx */
  /external/v8/src/arm/
macro-assembler-arm.cc 276 ubfx(dst, src1, 0,
284 void MacroAssembler::Ubfx(Register dst, Register src1, int lsb, int width,
294 ubfx(dst, src1, lsb, width, cond);
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 543 COMPARE(uxtw(x18, x19), "ubfx x18, x19, #0, #32");
562 COMPARE(ubfx(w21, w22, 11, 10), "ubfx w21, w22, #11, #10");
563 COMPARE(ubfx(x23, x24, 12, 9), "ubfx x23, x24, #12, #9");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2930 UBFX
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2930 UBFX
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 1159 void MacroAssembler::Ubfx(const Register& rd,
1165 ubfx(rd, rn, lsb, width);
    [all...]

Completed in 407 milliseconds

1 2 3 45 6 7 8