Searched defs:cmode (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1385 unsigned cmode = fieldFromInstruction(insn, 12, 4); local
1407 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2));
1413 Inst.addOperand(MCOperand::createImm(cmode & 1 ? 0x110 : 0x108));
1424 unsigned cmode = fieldFromInstruction(insn, 12, 4); local
1433 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2));
/external/skia/src/c/
H A Dsk_surface.cpp542 sk_shader_tilemode_t cmode,
545 if (!from_c_tilemode(cmode, &mode)) {
569 sk_shader_tilemode_t cmode,
572 if (!from_c_tilemode(cmode, &mode)) {
617 sk_shader_tilemode_t cmode,
620 if (!from_c_tilemode(cmode, &mode)) {
538 sk_shader_new_linear_gradient(const sk_point_t pts[2], const sk_color_t colors[], const float colorPos[], int colorCount, sk_shader_tilemode_t cmode, const sk_matrix_t* cmatrix) argument
564 sk_shader_new_radial_gradient(const sk_point_t* ccenter, float radius, const sk_color_t colors[], const float colorPos[], int colorCount, sk_shader_tilemode_t cmode, const sk_matrix_t* cmatrix) argument
610 sk_shader_new_two_point_conical_gradient(const sk_point_t* start, float startRadius, const sk_point_t* end, float endRadius, const sk_color_t colors[], const float colorPos[], int colorCount, sk_shader_tilemode_t cmode, const sk_matrix_t* cmatrix) argument
/external/vixl/src/vixl/a64/
H A Ddisasm-a64.cc2136 int cmode = instr->NEONCmode(); local
2137 int cmode_3 = (cmode >> 3) & 1;
2138 int cmode_2 = (cmode >> 2) & 1;
2139 int cmode_1 = (cmode >> 1) & 1;
2140 int cmode_0 = cmode & 1;
2152 } else { // cmode<0> == '1'.
2156 } else { // cmode<3> == '1'.
2160 } else { // cmode<0> == '1'.
2164 } else { // cmode<2> == '1'.
2169 } else { // cmode<
3128 int cmode = instr->NEONCmode(); local
3134 int cmode = instr->NEONCmode(); local
[all...]
H A Dsimulator-a64.cc3294 int cmode = instr->NEONCmode(); local
3295 int cmode_3_1 = (cmode >> 1) & 7;
3296 int cmode_3 = (cmode >> 3) & 1;
3297 int cmode_2 = (cmode >> 2) & 1;
3298 int cmode_1 = (cmode >> 1) & 1;
3299 int cmode_0 = cmode & 1;
3340 } else { // cmode_0 == 1, cmode == 0xf.
3348 VIXL_ASSERT((q == 0) && (op_bit == 1) && (cmode == 0xf));
3361 } else { // cmode<0> == '1'
3364 } else { // cmode<
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp5062 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
5069 if (cmode == 0xF) {
5074 if (cmode == 0xE) {
5081 if (cmode == 0xD) {
5088 if (cmode == 0xC) {
5121 unsigned cmode = fieldFromInstruction(Insn, 8, 4); local
5128 if (cmode == 0xF) {
5133 if (cmode == 0xE) {
5140 if (cmode == 0xD) {
5147 if (cmode
[all...]
/external/valgrind/VEX/priv/
H A Dhost_arm_defs.c4537 UInt cmode, op; local
4551 cmode = tp << 1;
4555 cmode = 14;
4558 cmode = 12;
4561 cmode = 13;
4564 cmode = 15;
4571 cmode, BITS4(0,Q,op,1), imm4);
H A Dguest_arm_toIR.c7572 void ppNeonImm(UInt imm, UInt cmode, UInt op) argument
7575 switch (cmode) {
7610 const char *ppNeonImmType(UInt cmode, UInt op) argument
7612 switch (cmode) {
7634 void DIPimm(UInt imm, UInt cmode, UInt op, argument
7639 ppNeonImmType(cmode, op), Q ? 'q' : 'd', dreg);
7640 ppNeonImm(imm, cmode, op);
7652 UInt cmode = (theInstr >> 8) & 0xf; local
7661 switch(cmode) {
7721 (((cmode
[all...]
H A Dguest_arm64_toIR.c7025 UInt op, UInt cmode, UInt imm8 )
7028 vassert(cmode <= 15);
7036 switch (cmode >> 1) {
7051 if ((cmode & 1) == 0)
7058 if ((cmode & 1) == 0 && op == 0)
7060 if ((cmode & 1) == 0 && op == 1) {
7070 if ((cmode & 1) == 1 && op == 0) {
7080 if ((cmode & 1) == 1 && op == 1) {
8860 0q op 01111 00000 abc cmode 01 defgh d
8861 Decode fields: q,op,cmode
7024 AdvSIMDExpandImm( ULong* res, UInt op, UInt cmode, UInt imm8 ) argument
8872 UInt cmode = INSN(15,12); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c33558 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c33576 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | local
[all...]

Completed in 845 milliseconds