HomeSort by relevance Sort by last modified time
    Searched refs:movt (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
sh2e.s 139 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3-nommu.s 115 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3.s 110 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3e.s 114 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4-nofpu.s 115 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4-nommu-nofpu.s 121 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4a-nofpu.s 122 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
sh.s 97 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh2.s 110 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh2a-nofpu-or-sh3-nommu.s 105 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh2a-nofpu-or-sh4-nommu-nofpu.s 104 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh2a-or-sh3e.s 108 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh2e.s 139 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3-nommu.s 115 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3.s 110 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh3e.s 114 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4-nofpu.s 115 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4-nommu-nofpu.s 121 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
sh4a-nofpu.s 122 movt r4 ;!/* 0000nnnn00101001 movt <REG_N> */{"movt",{A_REG_N},{HEX_0,REG_N,HEX_2,HEX_9}, arch_sh_up}
  /external/boringssl/src/crypto/chacha/
chacha_vec_arm.S 93 movt r4, 43690
768 movt r2, 43690
  /art/compiler/utils/arm/
assembler_thumb2.cc 2647 void Thumb2Assembler::movt(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::Thumb2Assembler
    [all...]
assembler_thumb2.h 121 void movt(Register rd, uint16_t imm16, Condition cond = AL) OVERRIDE;
448 // MOV rX, imm16 + MOVT rX, imm16 + ADD rX, pc + LDR rX, [rX]; any offset; 14 bytes.
458 // MOV rX, imm16 + MOVT rX, imm16 + ADD rX, pc; any offset; 10 bytes.
466 // MOV ip, imm16 + MOVT ip, imm16 + ADD ip, pc + VLDR s/dX, [IP]; any offset; 14 bytes.
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 171 @ Out of range immediate for MOVT
172 movt r9, 0x10000
  /external/v8/test/cctest/
test-disasm-arm.cc 289 COMPARE(movt(r5, 0x4321, ne),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb32.s 460 movt r0, #0

Completed in 405 milliseconds

1 2 3 45 6 7