HomeSort by relevance Sort by last modified time
    Searched refs:imm16u (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 207 #define imm16u {OpndKind_Imm, OpndSize_16, OpndExt_Zero, RegName_Null} macro
  /external/v8/src/mips/
disasm-mips.cc 371 case 'i': { // 'imm16u or 'imm26.
378 ASSERT(STRING_STARTS_WITH(format, "imm16u"));
805 Format(instr, "bc1t 'bc, 'imm16u");
807 Format(instr, "bc1f 'bc, 'imm16u");
817 Format(instr, "bltz 'rs, 'imm16u");
820 Format(instr, "bltzal 'rs, 'imm16u");
823 Format(instr, "bgez 'rs, 'imm16u");
826 Format(instr, "bgezal 'rs, 'imm16u");
834 Format(instr, "beq 'rs, 'rt, 'imm16u");
837 Format(instr, "bne 'rs, 'rt, 'imm16u");
    [all...]

Completed in 1151 milliseconds