Home
last modified time | relevance | path

Searched refs:addu16 (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/mjsunit/asm/
Datomics-add.js42 function addu16(i, x) { function in Module
59 addu16: addu16,
90 testElementType(Uint16Array, m.addu16, offset);
/external/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s12 # CHECK-EL: addu16 $6, $17, $4 # encoding: [0x42,0x07]
67 # CHECK-EB: addu16 $6, $17, $4 # encoding: [0x07,0x42]
120 addu16 $6, $17, $4
Dmicromips-invalid.s9 addu16 $6, $14, $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/CodeGen/Mips/
Dmicromips-addu16.ll18 ; CHECK: addu16
Dinlineasm_constraint_ZC.ll159 ; 12BIT: addu16 $[[BASEPTR2:[0-9]+]], $[[BASEPTR]], $[[T0]]
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt24 0x04 0xcc # CHECK: addu16 $6, $17, $4
205 0x04 0xcc # CHECK: addu16 $6, $17, $4
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s205 addu16 $6, $17, $4 # CHECK: addu16 $6, $17, $4 # encoding: [0x04,0xcc]
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt11 0x42 0x07 # CHECK: addu16 $6, $17, $4
Dvalid.txt11 0x07 0x42 # CHECK: addu16 $6, $17, $4
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td807 class ADDU16_MMR6_DESC : ArithRMM16<"addu16", GPRMM16Opnd, 1, II_ADDU, add>,
808 MMR6Arch<"addu16">;
DMicroMipsInstrInfo.td586 def ADDU16_MM : ArithRMM16<"addu16", GPRMM16Opnd, 1, II_ADDU, add>,