/external/llvm/lib/Target/X86/ |
X86InstrControl.td | 27 def RETI : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt, variable_ops), 30 def RETIW : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt, variable_ops), 39 def LRETI : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt), 41 def LRETIW : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt),
|
X86InstrInfo.td | 692 def ENTER : Ii16<0xC8, RawFrmImm8, (outs), (ins i16imm:$len, i8imm:$lvl), 737 def PUSHi16 : Ii16<0x68, RawFrm, (outs), (ins i16imm:$imm), 767 def PUSH64i16 : Ii16<0x68, RawFrm, (outs), (ins i16imm:$imm), [all...] |
X86InstrArithmetic.td | 182 def IMUL16rri : Ii16<0x69, MRMSrcReg, // GR16 = GR16*I16 222 def IMUL16rmi : Ii16<0x69, MRMSrcMem, // GR16 = [mem16]*I16 [all...] |
X86InstrFormats.td | 229 class Ii16<bits<8> o, Format f, dag outs, dag ins, string asm,
|
X86InstrCompiler.td | 659 def #NAME#16mi : Ii16<{ImmOpc{7}, ImmOpc{6}, ImmOpc{5}, ImmOpc{4}, [all...] |
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 4167 static uint16_t *ii16 = NULL; variable [all...] |
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 3575 static uint16_t *ii16; variable [all...] |